Layers - Masks
-
Mask using the flat base map theme that renders bodies of water transparent.
Declaration
Objective-C
extern const AWFMapLayer _Nonnull AWFMapLayerMaskLandFlat
Swift
static let maskLandFlat: AWFMapLayer
-
Mask using the Blue Marble base map theme that renders bodies of water transparent.
Declaration
Objective-C
extern const AWFMapLayer _Nonnull AWFMapLayerMaskLandBlueMarble
Swift
static let maskLandBlueMarble: AWFMapLayer
-
Mask using the shaded terrain base map theme that renders bodies of water transparent.
Declaration
Objective-C
extern const AWFMapLayer _Nonnull AWFMapLayerMaskLandTerrain
Swift
static let maskLandTerrain: AWFMapLayer
-
Mask using the flat base map theme that renders land transparent.
Declaration
Objective-C
extern const AWFMapLayer _Nonnull AWFMapLayerMaskWaterFlat
Swift
static let maskWaterFlat: AWFMapLayer
-
Mask using the Bathymetry ocean theme that renders land transparent.
Declaration
Objective-C
extern const AWFMapLayer _Nonnull AWFMapLayerMaskWaterDepth
Swift
static let maskWaterDepth: AWFMapLayer
-
Mask using the flat base map theme that renders everything other than the US transparent.
Declaration
Objective-C
extern const AWFMapLayer _Nonnull AWFMapLayerMaskLandUSFlat
Swift
static let maskLandUSFlat: AWFMapLayer
-
Mask using the flat base map theme that only renders the US transparent.
Declaration
Objective-C
extern const AWFMapLayer _Nonnull AWFMapLayerMaskClipUSFlat
Swift
static let maskClipUSFlat: AWFMapLayer
-
Mask using the Blue Marble map theme that only renders the US transparent.
Declaration
Objective-C
extern const AWFMapLayer _Nonnull AWFMapLayerMaskClipUSBlueMarble
Swift
static let maskClipUSBlueMarble: AWFMapLayer
-
Mask using the shaded terrain map theme that only renders the US transparent.
Declaration
Objective-C
extern const AWFMapLayer _Nonnull AWFMapLayerMaskClipUSTerrain
Swift
static let maskClipUSTerrain: AWFMapLayer