Protocols
The following protocols are available globally.
-
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
-
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
Protocols Reference