Loading...
Searching...
No Matches
NCAsyncRouteManager Class Reference

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.
 

Detailed Description

Class is used for managing RouteSessions.

Referenced from NavigineSdk.

Definition at line 20 of file NCAsyncRouteManager.h.

Method Documentation

◆ cancelRouteSession:

- (void) cancelRouteSession: (nullable NCRouteSession *) session

Method is used to cancel routing session.

Parameters
sessionRouteSession object to cancel.

◆ createRouteSession:routeOptions:

- (nullable NCRouteSession *) createRouteSession: (nonnull NCLocationPoint *) wayPoint
routeOptions: (nonnull NCRouteOptions *) routeOptions 

Method is used to create routing session.

Parameters
wayPointdestination point.
routeOptionsparams of RouteSession.
Returns
RouteSession instance.

The documentation for this class was generated from the following file: