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
  • TTMapTrafficType Enumeration Cases

    @deprecated This ns options is deprecated. Use the new method-based API instead. ‘trafficFlowOn’ and ‘trafficIncidentsOn’

    • TTMapTrafficNone: TTMapTrafficNone - No traffic.
    • TTMapTrafficFlow: TTMapTrafficFlow - Only traffic flow.
    • TTMapTrafficIncidents: TTMapTrafficIncidents - Only traffic incidents.

    Declaration

    Objective-C

    enum TTMapTrafficType {}

    Swift

    enum TTMapTrafficType : Int
  • Enumerate of TTMapTrafficTileType elements

    • TTMapTrafficTileTypeVector: vector traffic flow
    • TTMapTrafficTileTypeRaster: raster traffic flow

    Declaration

    Objective-C

    enum TTMapTrafficTileType {}

    Swift

    enum TTMapTrafficTileType : 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
  • TTAnnotationAnchor

    Declaration

    Objective-C

    enum TTAnnotationAnchor {}

    Swift

    enum TTAnnotationAnchor : 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