RouteController
interface RouteController
Controls Route-specific features on the map. Allows Route management and the user interactions with the Route.
Inheritors
Functions
Link copied to clipboard
Adds a new Route based on the given RouteOptions.
Link copied to clipboard
Registers RouteClickListener that will be notified about any route being clicked. The clicked Route becomes a parameter of the RouteClickListener.onRouteClick callback.
Link copied to clipboard
Removes the RouteClickListener.
Link copied to clipboard
Removes all previously added routes.
Link copied to clipboard
Updates camera view to fit all route points.
Updates camera view to fit all route points, plus additional padding.