Class is used for managing RouteSessions.
More...
Class is used for managing RouteSessions.
Referenced from NavigineSdk.
Definition at line 16 of file AsyncRouteManager.java.
◆ cancelRouteSession()
abstract void com.navigine.idl.java.AsyncRouteManager.cancelRouteSession |
( |
RouteSession | session | ) |
|
|
abstract |
Method is used to cancel routing session.
- Parameters
-
◆ createRouteSession()
Method is used to create routing session with 'default' graph tag.
- Parameters
-
wayPoint | destination point. |
routeOptions | params of RouteSession. |
- Returns
- RouteSession instance.
◆ createRouteSessionWithTag()
Creates a routing session using a specific graph tag.
Initializes a RouteSession for building a route to the given waypoint using the specified routing options and graph tag. If the specified tag is not present in the current location (i.e., the corresponding sublocation graph is not yet available), the returned RouteSession will produce an empty route and will not trigger any listeners until the location data for that tag becomes available (e.g., after a location update).
- Parameters
-
wayPoint | Destination point for the route. |
routeOptions | Routing parameters RouteSession used to build the route. |
tag | Graph tag identifying which sublocation graph to use. Sublocation |
- Returns
- A RouteSession instance, which may initially be empty if the tag is not available. RouteSession
The documentation for this class was generated from the following file: