Layers - Masks
-
Mask using the flat base map theme that renders bodies of water transparent.
Declaration
Objective-C
extern const AWFMapLayer _Nonnull AWFMapLayerMaskLandFlatSwift
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 AWFMapLayerMaskLandBlueMarbleSwift
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 AWFMapLayerMaskLandTerrainSwift
static let maskLandTerrain: AWFMapLayer -
Mask using the flat base map theme that renders land transparent.
Declaration
Objective-C
extern const AWFMapLayer _Nonnull AWFMapLayerMaskWaterFlatSwift
static let maskWaterFlat: AWFMapLayer -
Mask using the Bathymetry ocean theme that renders land transparent.
Declaration
Objective-C
extern const AWFMapLayer _Nonnull AWFMapLayerMaskWaterDepthSwift
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 AWFMapLayerMaskLandUSFlatSwift
static let maskLandUSFlat: AWFMapLayer -
Mask using the flat base map theme that only renders the US transparent.
Declaration
Objective-C
extern const AWFMapLayer _Nonnull AWFMapLayerMaskClipUSFlatSwift
static let maskClipUSFlat: AWFMapLayer -
Mask using the Blue Marble map theme that only renders the US transparent.
Declaration
Objective-C
extern const AWFMapLayer _Nonnull AWFMapLayerMaskClipUSBlueMarbleSwift
static let maskClipUSBlueMarble: AWFMapLayer -
Mask using the shaded terrain map theme that only renders the US transparent.
Declaration
Objective-C
extern const AWFMapLayer _Nonnull AWFMapLayerMaskClipUSTerrainSwift
static let maskClipUSTerrain: AWFMapLayer
View on GitHub
Layers - Masks Reference