LayerType
public enum LayerType
Type of this layer.
-
An area-related feature.
Declaration
Swift
case fill -
A line-related feature.
Declaration
Swift
case line -
Text or a special graphical symbol (like an arrow).
Declaration
Swift
case symbol -
A filled circle.
Declaration
Swift
case circle -
A heatmap visualization.
Declaration
Swift
case heatmap -
An extruded (3D) area.
Declaration
Swift
case fill_extrusion -
Raster map textures such as satellite imagery.
Declaration
Swift
case raster -
Client-side hillshading visualization based on DEM data.
Declaration
Swift
case hillshade -
This represents the map’s background.
Declaration
Swift
case background -
This represents the map’s sky color.
Declaration
Swift
case sky -
A custom layer type.
Declaration
Swift
case custom
TomTom SDK for iOS (0.53.1)
LayerType