ActiveRouteUpdatable

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface ActiveRouteUpdatable

Deprecated

This will be removed from future releases after 2026-07-26.

Interface for objects that need to receive updates about the current active route of the host device..

Inheritors

Functions

Link copied to clipboard
abstract fun updateActiveRoute(polyline: List<GeoPoint>)

Updates the active route. When changing the active route, the previous active route (if any) will no longer be updated.