WayfindingImpl

Constructors

Link copied to clipboard
constructor(mapApi: MapApi)

Functions

Link copied to clipboard
open fun clearAllRoutes()
Clears RouteResponse objects
Link copied to clipboard
open fun clearBuildingRoutes(buildingId: Int)
Clears route data on all floors for the provided building id
Link copied to clipboard
open fun clearPropertyRoutes(propertyId: Int)
Clear routes on property layer
Link copied to clipboard
open fun onDestroy()
Link copied to clipboard
open 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
open fun switchRoute(routePath: RoutePath)
Change path drawing to a different route.
Link copied to clipboard
open 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.