Contents

imagery(elevation:)

Creates a map style based on satellite imagery with the elevation characteristics you specify.

Declaration

static func imagery(elevation: MapStyle.Elevation = .automatic) -> MapStyle

Parameters

  • elevation:

    One of the Elevation values that determines how the map renders elevation.

Return Value

A MapStyle with the elevation style you specified.

Discussion

See Also

Creating map styles