Enumerations
The following enumerations are available globally.
-
TTMapTilesType Enumeration Cases
- TTMapTilesVector: TTMapTilesVector - Vector tiles.
- TTMapTilesRaster: TTMapTilesRaster - Raster tiles.
Declaration
Objective-C
enum TTMapTilesType {}
Swift
enum TTMapTilesType : Int
-
TTMapLayersType Enumeration Cases
- TTMapLayersNone: TTMapLayersNone - No layers.
- TTMapLayersHybrid: TTMapLayersHybrid - Hybrid layer (layers and road).
Declaration
Objective-C
enum TTMapLayersType {}
Swift
enum TTMapLayersType : Int
-
Enumerate of TTGeoView elements
- TTGeoViewNone: Disabling the geopolitical view
- TTGeoViewIL: Geopolitical view for Israel avable only on vector Tiles
- TTGeoViewIN: Geopolitical view for India avable on raster and vector
Declaration
Objective-C
enum TTGeoView {}
Swift
enum TTGeoView : Int
-
Enumerate of TTOptionGesturesDisable
- TTOptionGesturesDisableNone:
- TTOptionGesturesDisableZoom: Disable zoom gestures on map
- TTOptionGesturesDisableScroll: Disable scroll gestures on map
- TTOptionGesturesDisablePinch: Disable pinch gestures on map
- TTOptionGesturesDisableRotate: Disable rotate gestures on map
- TTOptionGesturesDisableTilt: Disable tilt gestures on map
Declaration
Objective-C
enum TTOptionGesturesDisable {}
Swift
struct TTOptionGesturesDisable : OptionSet
-
Enumerate of TTMapPanningState
- TTMapPanningBegin: passed in call of didPanning, when panning by gesture starts
- TTMapPanningOngoing: passed in call of didPanning, when panning by gesture continues
- TTMapPanningFinished: passed in call of didPanning, when panning by gesture stops
Declaration
Objective-C
enum TTMapPanningState {}
Swift
enum TTMapPanningState : Int
-
TTAnnotationAnchor
Declaration
Objective-C
enum TTAnnotationAnchor {}
Swift
enum TTAnnotationAnchor : Int
-
Enums the visibility of this layer.
- TTMapLayerVisibilityVisible: TTMapLayerVisibilityVisible
- TTMapLayerVisibilityNone: TTMapLayerVisibilityNone
Declaration
Objective-C
enum TTMapLayerVisibility {}
Swift
enum TTMapLayerVisibility : Int
-
Raster tile type enumeration
- TTRasterTileRelative: Speed relative to free-flow, highlighting areas of congestion.
- TTRasterTileAbsolute: Reflect the absolute speed.
- TTRasterTileRelativeDelay: Relative speed values different from the ones for the freeflow.
- TTRasterStyleReducedSensitivity: Reduced-sensitivity displays relative speeds but larger difference from freeflow (depending on FRC) is required for segment to change the color.
Declaration
Objective-C
enum TTRasterStyle {}
Swift
enum TTRasterStyle : Int
-
TTTile
- TTTileVector: vector tile
- TTTileRaster: raster tile
Declaration
Objective-C
enum TTTile {}
Swift
enum TTTile : Int
-
Vector tile type enumeration
- TTVectorTileRelative: Speed relative to free-flow, highlighting areas of congestion.
- TTVectorTileAbsolute: Reflect the absolute speed.
- TTVectorTileRelativeDelay: Relative speed values different from the ones for the freeflow.
Declaration
Objective-C
enum TTVectorStyle {}
Swift
enum TTVectorStyle : Int