TomTomSDKRangeVisualization
-
Declaration
Swift
extension DefaultRangeVisualization: CameraEventObserver -
Represents a named circle.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct NamedCircle
-
Represents a named polygon.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct NamedPolygon -
Represents a
Rangethat can be displayed byRangeVisualization.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum Range -
Entry point for all methods related to the range visualization. Instances of
RangeVisualizationare created usingRangeVisualizationFactory.create(map:style:). You should call methods on these instances from the main thread only, otherwise an exception can occur. To use aRangeVisualizationinstance, first provide aRangewith theRangeVisualization.display(range:)method. You can then callclear()to remove all the primitives that have been added to the map.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public protocol RangeVisualization -
Responsible for creating instances of
RangeVisualization.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum RangeVisualizationFactory -
Represents the color to use for each zoom level.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct ColorByZoom : StyleByZoom
-
Represents a style configuration for the ranges.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct RangeStyle
-
Represents the style used to display a reachable range.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct RangeVisualizationStyle
-
Represents the style value to use for each zoom level.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public protocol StyleByZoom -
Represents the width to use for each zoom level.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct WidthByZoom : StyleByZoom
TomTom SDK for iOS (0.53.1)
TomTomSDKRangeVisualization