Wayfinding

interface Wayfinding

Access Wayfinding, Routing, turn-by-turn Navigation related information and functionalities

Inheritors

Functions

Link copied to clipboard
abstract fun clearAllRoutes()
Clears RouteResponse objects
Link copied to clipboard
abstract fun clearBuildingRoutes(buildingId: Int)
Clears route data on all floors for the provided building id
Link copied to clipboard
abstract fun clearPropertyRoutes(propertyId: Int)
Clear routes on property layer
Link copied to clipboard
abstract fun setRouteStyleParams(routeStyleParams: RouteStyleParams)
This function will allow to set custom linestyle to the rout path, initial icon and destination icon
Link copied to clipboard
abstract fun switchRoute(routePath: RoutePath)
Change path drawing to a different route.
Link copied to clipboard
abstract fun switchRouteSegment(routeSegment: RoutePathSegment)
Change path drawing to another route segment within the same route If you want to change to another route segment, use switchRoute} instead.