Class is used for managing RouteSessions. More...
#include <com/navigine/idl/objc/NCAsyncRouteManager.h>
Inherits NSObject.
Instance Methods | |
(nullable NCRouteSession *) | - createRouteSession:routeOptions: |
Method is used to create routing session. | |
(void) | - cancelRouteSession: |
Method is used to cancel routing session. | |
Class is used for managing RouteSessions.
Referenced from NavigineSdk.
Definition at line 20 of file NCAsyncRouteManager.h.
- (void) cancelRouteSession: | (nullable NCRouteSession *) | session |
Method is used to cancel routing session.
session | RouteSession object to cancel. |
- (nullable NCRouteSession *) createRouteSession: | (nonnull NCLocationPoint *) | wayPoint | |
routeOptions: | (nonnull NCRouteOptions *) | routeOptions |
Method is used to create routing session.
wayPoint | destination point. |
routeOptions | params of RouteSession. |