Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

The requestRemovingWaypointMarkers method allows to create an RouteVisualizerRequest instance configured so that the new request, in addition to the previously configured actions, will remove all the waypoint markers from map.

Route markers can be customized using RouteDisplayParameters. See this page for details.

ROUTE VISUALIZER BINDING

RouteVisualizer class has a performRequest method that allows to bind route visualizer to a source of route visualizer requests. The only source of route visualizer requests in Navmii SDK is RouteNavigator class, which is able to render the route being navigated. To achieve such a behaviour you need to connect the route visualizer (getRouteVisualizer method of Sdk) to the route navigator (getRouteNavigator method of Sdk) using addRouteVisualizerRequestListener method of RouteNavigatorYou are able to implement your own route visualizer request source if you need to.