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.

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.