ServiceGroupType
enum ServiceGroupType : NSInteger {}
Constants indicating sdk service group: tiles, traffic, terrain.
-
All map data related services: map tiles, overlays, searching, routing.
Declaration
Objective-C
ServiceGroupTypeMapDataService = 0
-
Traffic related services: live traffic flow, congestion, detours, closed roads.
Declaration
Objective-C
ServiceGroupTypeTrafficService
-
Terrain/topography/elevation/height map and satellite services.
Declaration
Objective-C
ServiceGroupTypeTerrainService
-
Content download service.
Declaration
Objective-C
ServiceGroupTypeContentService