TTVectorStyle Constants Reference

Declared in TTVectorTileType.h

TTVectorStyle

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.

Definition

typedef NS_ENUM(NSInteger, TTVectorStyle ) {
   TTVectorStyleRelative,
   TTVectorStyleAbsolute,
   TTVectorStyleRelativeDelay,
};

Constants

TTVectorStyleRelative

Vector tile type enumeration

Declared In TTVectorTileType.h.

TTVectorStyleAbsolute

Vector tile type enumeration

Declared In TTVectorTileType.h.

TTVectorStyleRelativeDelay

Vector tile type enumeration

Declared In TTVectorTileType.h.

Declared In

TTVectorTileType.h