Constants

The following constants are available globally.

  • Notification is sent when GLMapInfo.downloadProgress or GLMapInfo.processedProgress property is changed

    Declaration

    Objective-C

    extern NSString *_Nonnull kGLMapDownloadTaskProgress
  • Notification is sent when map is downloaded

    Declaration

    Objective-C

    extern NSString *_Nonnull kGLMapDownloadTaskFinished
  • Notification is sent when GLMapInfo.state property is changed

    Declaration

    Objective-C

    extern NSString *_Nonnull kGLMapInfoStateChanged
  • Constains empty resource data.

    Declaration

    Objective-C

    extern const GLMapResource GLMapResourceEmpty
  • Maximum GLMapPoint value. World size in map coordinates is from 0 to GLMapPointMax.

    Declaration

    Objective-C

    extern const int32_t GLMapPointMax
  • Id of world map.

    Declaration

    Objective-C

    extern const int64_t GLMapWorldMapID
  • Equal to GLMapPointMake(0,0);

    Declaration

    Objective-C

    extern const GLMapPoint GLMapPointZero
  • Equals to GLMapColorMake(0, 0, 0, 0);

    Declaration

    Objective-C

    extern const GLMapColor GLMapColorEmpty
  • Equals to GLMapColorMake(0xFF, 0xFF, 0xFF, 0xFF);

    Declaration

    Objective-C

    extern const GLMapColor GLMapColorWhite
  • Empty bounding box. You always should start with empty bbox, then add points inside.

    Declaration

    Objective-C

    extern const GLMapBBox GLMapBBoxEmpty
  • Bounding box for whole world.

    Declaration

    Objective-C

    extern const GLMapBBox GLMapBBoxWorld
  • Allows application to change verbosity of GLMap logs

    Declaration

    Objective-C

    extern uint8_t GLMapLogMask