Style
public enum Style
An enumeration of map styles.
-
A map style that’s usually a composite of other types, such as ‘satellite’ plus ‘standard’.
Declaration
Swift
case hybrid
-
A map style that uses images captured from a satellite.
Declaration
Swift
case satellite
-
A map vendor’s default map style, generally ‘plain’.
Declaration
Swift
case standard
-
A map style that shows terrain details using features such as contour lines.
Declaration
Swift
case terrain
View on GitHub
Style Enum Reference