GMSMapViewType

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. Supports both Light and Dark color schemes.

kGMSTypeSatellite 

Satellite maps with no labels.

kGMSTypeTerrain 

Terrain maps.

Supports both Light and Dark color schemes.

kGMSTypeHybrid 

Satellite maps with a transparent label overview.

kGMSTypeNone 

No maps, no labels.

Display of traffic data is not supported.