Constants
The following constants are available globally.
-
Equals to GLMapColorMake(0, 0, 0, 0);
-
Equals to GLMapColorMake(0xFF, 0xFF, 0xFF, 0xFF);
-
Equals to GLMapColorMake(0x00, 0x00, 0x00, 0xFF);
-
Constains empty resource data.
Declaration
Objective-C
extern const GLMapResource GLMapResourceEmpty
Swift
static let empty: GLMapResource
-
Id of world map.
Declaration
Objective-C
extern const int64_t GLMapWorldMapID
Swift
let GLMapWorldMapID: Int64
-
Notification is sent when the GLMapInfo.downloadProgress or GLMapInfo.processedProgress property changes.
Declaration
Objective-C
extern NSString *_Nonnull kGLMapDownloadTaskProgress
Swift
let kGLMapDownloadTaskProgress: String
-
Notification is sent when the download task starts.
Declaration
Objective-C
extern NSString *_Nonnull kGLMapDownloadTaskStarted
Swift
let kGLMapDownloadTaskStarted: String
-
Notification is sent when the download task finishes.
Declaration
Objective-C
extern NSString *_Nonnull kGLMapDownloadTaskFinished
Swift
let kGLMapDownloadTaskFinished: String
-
Equal to GLMapGeoPointMake(NaN, NaN);
Declaration
Objective-C
extern const GLMapGeoPoint GLMapGeoPointInvalid
Swift
static let invalid: GLMapGeoPoint
-
Notification sent when the GLMapInfo.state property changes.
Declaration
Objective-C
extern NSString *_Nonnull kGLMapInfoStateChanged
Swift
let kGLMapInfoStateChanged: String
-
Allows application to change verbosity of GLMap logs
Declaration
Objective-C
extern uint8_t GLMapLogMask
Swift
var GLMapLogMask: UInt8
-
Notification is sent when the list of maps is changed.
Declaration
Objective-C
extern NSString *_Nonnull kGLMapListChanhged
Swift
let kGLMapListChanhged: String
-
Maximum
GLMapPoint
value. World size in map coordinates is from 0 toGLMapPointMax
.Declaration
Objective-C
extern const int32_t GLMapPointMax
Swift
let GLMapPointMax: Int32
-
Equal to GLMapPointMake(0,0);
-
Default drive options
Declaration
Objective-C
extern const CostingOptionsAuto CostingOptionsAutoDefault
Swift
static let `default`: CostingOptionsAuto
-
Default cycle options
Declaration
Objective-C
extern const CostingOptionsBicycle CostingOptionsBicycleDefault
Swift
static let `default`: CostingOptionsBicycle
-
Default walk options
Declaration
Objective-C
extern const CostingOptionsPedestrian CostingOptionsPedestrianDefault
Swift
static let `default`: CostingOptionsPedestrian
-
Default straight options
Declaration
Objective-C
extern const CostingOptionsStraight CostingOptionsStraightDefault
Swift
static let `default`: CostingOptionsStraight
-
Default motorcycle options
Declaration
Objective-C
extern const CostingOptionsMotorcycle CostingOptionsMotorcycleDefault
Swift
static let `default`: CostingOptionsMotorcycle
-
Default straight options
Declaration
Objective-C
extern const CostingOptionsTruck CostingOptionsTruckDefault
Swift
static let `default`: CostingOptionsTruck
-
Default motor sycle options
Declaration
Objective-C
extern const CostingOptionsMotorScooter CostingOptionsMotorScooterDefault
Swift
static let `default`: CostingOptionsMotorScooter