Navigation SDK is currently available only to select customers. Contact sales to learn more.

GMSMapViewType

Stay organized with collections Save and categorize content based on your preferences.
GMSMapViewType

Enumerations

enum  GMSMapViewType {
  kGMSTypeNormal = 1, kGMSTypeSatellite, kGMSTypeTerrain, kGMSTypeHybrid,
  kGMSTypeNone
}
 Display types for GMSMapView. More...

Enumeration Type Documentation

Display types for GMSMapView.

Enumerator:
kGMSTypeNormal 

Basic maps.

The default.

kGMSTypeSatellite 

Satellite maps with no labels.

kGMSTypeTerrain 

Terrain maps.

kGMSTypeHybrid 

Satellite maps with a transparent label overview.

kGMSTypeNone 

No maps, no labels.

Display of traffic data is not supported.