calculateRoute abstract method
- IndoorWaypoint from,
- IndoorWaypoint to,
- IndoorRouteOptions routeOptions,
- CalculateIndoorRouteCallback callback,
Asynchronously calculates a route inside a venue.
-
fromA starting position of the route to calculate. -
toA destination position of the route to calculate. -
routeOptionsOptions specific for indoor route calculation, along with common route options. -
callbackCallback object that will be invoked after route calculation. It is always invoked on the main thread.
Implementation
void calculateRoute(IndoorWaypoint from, IndoorWaypoint to, IndoorRouteOptions routeOptions, CalculateIndoorRouteCallback callback);