TTVectorTileType

Objective-C

@interface TTVectorTileType : TTTrafficTileStyle

Swift

class TTVectorTileType : TTTrafficTileStyle

TTVectorStyle

DEPRECATED

  • This class is deprecated. Use the method from TTStyleManager loadStyleFromUrl or loadStyleFromJson, the property currentStyle, and methods from TTMapStyle.
  • The planned withdrawal date is 08.06.2021.

Class that contains information about the type of Vector Tile.

  • DEPRECATED

    • This method is deprecated. Use the method from TTStyleManager loadStyleFromUrl or loadStyleFromJson, the property currentStyle, and methods from TTMapStyle.
    • The planned withdrawal date is 08.06.2021.

    Create object of TTVectorTileType type.

    Declaration

    Objective-C

    + (TTVectorTileType *_Nonnull)setStyle:(TTVectorStyle)vectorTile;

    Swift

    class func setStyle(_ vectorTile: TTVectorStyle) -> TTVectorTileType

    Parameters

    vectorTile

    Vector tile type enumeration.

    Return Value

    object TTVectorTileType.