Layers - Overlays
-
Overlay consisting of administration boundaries and labels, including labels for countries, states and major cities.
Declaration
Objective-C
extern const AWFMapLayer _Nonnull AWFMapLayerOverlayAdmin
Swift
static let overlayAdmin: AWFMapLayer
-
Overlay consisting of administration boundaries and labels with emphasis on city labels versus state/country labels.
Declaration
Objective-C
extern const AWFMapLayer _Nonnull AWFMapLayerOverlayAdminCities
Swift
static let overlayAdminCities: AWFMapLayer
-
Overlay consisting of state/province outlines only.
Declaration
Objective-C
extern const AWFMapLayer _Nonnull AWFMapLayerOverlayStatesOutlines
Swift
static let overlayStatesOutlines: AWFMapLayer
-
Overlay consisting of state/province outlines and text labels.
Declaration
Objective-C
extern const AWFMapLayer _Nonnull AWFMapLayerOverlayStates
Swift
static let overlayStates: AWFMapLayer
-
Overlay consisting of county/parish outlines within the US.
Declaration
Objective-C
extern const AWFMapLayer _Nonnull AWFMapLayerOverlayCounties
Swift
static let overlayCounties: AWFMapLayer
-
Overlay consisting of US interstate highways.
Declaration
Objective-C
extern const AWFMapLayer _Nonnull AWFMapLayerOverlayInterstates
Swift
static let overlayInterstates: AWFMapLayer
-
Overlay consisting of primary and secondary roads.
Declaration
Objective-C
extern const AWFMapLayer _Nonnull AWFMapLayerOverlayRoads
Swift
static let overlayRoads: AWFMapLayer
-
Overlay consisting of rivers.
Declaration
Objective-C
extern const AWFMapLayer _Nonnull AWFMapLayerOverlayRivers
Swift
static let overlayRivers: AWFMapLayer