imagery(elevation:)
Creates a map style based on satellite imagery with the elevation characteristics you specify.
Declaration
static func imagery(elevation: MapStyle.Elevation = .automatic) -> MapStyleParameters
- elevation:
One of the Elevation values that determines how the map renders elevation.
Return Value
A MapStyle with the elevation style you specified.