calculateRouteWithRouteNotices abstract method
- IndoorWaypoint from,
- IndoorWaypoint to,
- IndoorRouteOptions routeOptions,
- IndoorRouteCallback callback,
Asynchronously calculates a route inside a venue with route notices.
-
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 and includes route notices.
Implementation
void calculateRouteWithRouteNotices(IndoorWaypoint from, IndoorWaypoint to, IndoorRouteOptions routeOptions, IndoorRouteCallback callback);