calculateRouteWithRouteNotices abstract method

void calculateRouteWithRouteNotices(
  1. IndoorWaypoint from,
  2. IndoorWaypoint to,
  3. IndoorRouteOptions routeOptions,
  4. IndoorRouteCallback callback,
)

Asynchronously calculates a route inside a venue with route notices.

  • from A starting position of the route to calculate.

  • to A destination position of the route to calculate.

  • routeOptions Options specific for indoor route calculation, along with common route options.

  • callback Callback 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);