TTRasterTileType

Objective-C

@interface TTRasterTileType : TTTrafficTileStyle

Swift

class TTRasterTileType : TTTrafficTileStyle

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.
  • DEPRECATED

    • This method enum 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 TTRasterTileType type

    Declaration

    Objective-C

    + (TTRasterTileType *_Nonnull)setStyle:(TTRasterStyle)rasterStyle;

    Swift

    class func setStyle(_ rasterStyle: TTRasterStyle) -> TTRasterTileType

    Parameters

    rasterStyle

    Vector style type enumeration.

    Return Value

    object TTRasterTileType.