MMKMapType

enum MMKMapType : NSUInteger {}

The type of map displayed.

Summary

Enum cases

MMKMapTypeNone
Do not use any of the predefined maps

MMKMapTypeMap
Raster map

MMKMapTypeSatellite
Allowed only for Mappable apps Default satellite map

MMKMapTypeHybrid
Allowed only for Mappable apps Satellite map with roads, placemarks and labels

MMKMapTypeVectorMap
Vector map

Enum cases

MMKMapTypeNone

MMKMapTypeNone

Do not use any of the predefined maps.


MMKMapTypeMap

MMKMapTypeMap

Raster map.


MMKMapTypeSatellite

MMKMapTypeSatellite

Allowed only for Mappable apps Default satellite map.


MMKMapTypeHybrid

MMKMapTypeHybrid

Allowed only for Mappable apps Satellite map with roads, placemarks and labels.


MMKMapTypeVectorMap

MMKMapTypeVectorMap

Vector map.