DistanceRenderer

class DistanceRenderer @JvmOverloads constructor(mapView: MapView? = null) : Renderer

Renderer to draw routes or isochrone returned by com.woosmap.sdk.api.DistanceService.

Parameters

mapView

The MapView onto which to draw.

Constructors

Link copied to clipboard
constructor(mapView: MapView? = null)

Properties

Link copied to clipboard

The styling action to perform on unselected routes.

Link copied to clipboard

The styling action to perform on an isochrone.

Link copied to clipboard

Callback called when the selected route changes.

Link copied to clipboard

Current selected route of the DistanceRenderer

Link copied to clipboard

The styling action to perform on the selected route.

Functions

Link copied to clipboard

Clear the renderer.

Link copied to clipboard
Link copied to clipboard