Enumerations
The following enumerations are available globally.
-
Data sets of vector map.
See moreDeclaration
Objective-C
enum GLMapInfoDataSet : uint8_t {}
-
Data set mask. Used to perform action on multiple data sets at once.
See moreDeclaration
Objective-C
enum GLMapInfoDataSetMask : uint8_t {}
-
Placement of the object on map view. It’s used for scale ruler and attribution placement
See moreDeclaration
Objective-C
enum GLMapPlacement : uint8_t {}
-
Type of data inside of the
See moreGLMapVectorObject
Declaration
Objective-C
enum GLMapVectorObjectType : uint8_t {}
-
Errors returned by download tasks
See moreDeclaration
Objective-C
enum GLMapError : uint16_t {}
-
Transform mode for GLMapDrawable
See moreDeclaration
Objective-C
enum GLMapTransformMode : uint8_t {}
-
Supported unit systems
See moreDeclaration
Objective-C
enum GLUnitSystem : uint8_t {}
-
Supported units
See moreDeclaration
Objective-C
enum GLUnits : uint8_t {}
-
Maneuver types
See moreDeclaration
Objective-C
enum GLManeuverType : uint8_t {}
-
Map tile state
See moreDeclaration
Objective-C
enum GLMapTileState : uint8_t {}
-
Transition functions available
See moreDeclaration
Objective-C
enum GLMapTransitionFunction : uint8_t {}
-
Mode for routing
See moreDeclaration
Objective-C
enum GLRouteMode : uint8_t {}
-
Bike types
See moreDeclaration
Objective-C
enum GLRouteBikeType : uint8_t {}
-
Search matching functions
See moreDeclaration
Objective-C
enum GLSearchMatchType : uint8_t {}
-
Tag sets used to predefine tag sets for filters. It allows configure search query with ease.
See moreDeclaration
Objective-C
enum GLSearchTagSet : uint8_t {}
-
Tag set mask allows to select multiple tag sets in search filter. When tag set is limited, less non relevant results will be found.
See moreDeclaration
Objective-C
enum GLSearchTagSetMask : uint8_t {}