RangeVisualizationServiceBuilderProtocol
public protocol RangeVisualizationServiceBuilderProtocol
A builder to build reachable range service.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Builds reachable range visualisation service object.
Declaration
Swift
func build(map: TomTomMap, style: RangeVisualizationStyle) -> RangeVisualizationServiceProtocol
Parameters
map
TomTomMap
to be used when displaying.style
RangeVisualizationStyle
to be used for styling.Return Value
reachable range visualisation service object.