RangeVisualizationServiceProtocol
public protocol RangeVisualizationServiceProtocol
Entry point for all methods related to the reachable range visualisation addon.
A typical usage of this object is by creating an instance through RangeVisualizationServiceBuilder().build(:_).
Important
This is a Public Preview API. It may be changed or removed at any time.-
The reachable range currently active and displayed on map.
Declaration
Swift
var range: Range? { get } -
Removes reachable range that has been added with
display(:_)from the map.Declaration
Swift
func clear() -
Designated initialiser.
Declaration
Swift
init(map: TomTomMap, style: RangeVisualizationStyle)Parameters
mapTomTomMapto be injected.styleRangeVisualizationStyleto be used for styling.
TomTom SDK for iOS (TomTomSDKMapMatchingEngineHybrid 0.38.0-rc01 Docs)
RangeVisualizationServiceProtocol