Color
public enum Color : Equatable
Represents an enumeration of color(UIColor) and colorForScene([SceneLevel: UIColor]).
It is used to group color information for a given annotation.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Single color for all zoom levels.
Declaration
Swift
case color(UIColor) -
Colors for scene levels where key is a scene level, it must be in range [0;22].
Declaration
Swift
case colorForScene([SceneLevel : UIColor])
TomTom SDK for iOS (0.53.1)
Color