MapboxRouteCalloutView

class MapboxRouteCalloutView(mapView: MapView)

Responsible for rendering data generated by the MapboxRouteCalloutApi class. The data will change the appearance/behaviour of the route callout(s) on the map.

Constructors

Link copied to clipboard
fun MapboxRouteCalloutView(mapView: MapView)

Functions

Link copied to clipboard
fun renderCallouts(routeCalloutResult: RouteCalloutResult)
Link copied to clipboard
fun setRouteCalloutClickListener(listener: (NavigationRoute) -> Unit?)