NTCartoOnlineRoutingService
@interface NTCartoOnlineRoutingService : NTRoutingService
An online routing service that connects to Carto-provided routing server. Routing and route matching perform network requests and must be executed in non-UI background thread. Note: this service is not actively maintained and will be removed in future versions. @deprecated
-
Constructs a new CartoOnlineRoutingService instance given service source.
Declaration
Objective-C
- (id)initWithSource:(NSString *)source;
Parameters
source
The source id of the service.
-
Undocumented
Declaration
Objective-C
- (NSString *)getProfile;
-
Undocumented
Declaration
Objective-C
-(NSString*)getProfileSwigExplicitNTCartoOnlineRoutingService;
-
Undocumented
Declaration
Objective-C
- (void)setProfile:(NSString *)profile;
-
Undocumented
Declaration
Objective-C
-(void)setProfileSwigExplicitNTCartoOnlineRoutingService: (NSString*)profile;
-
Undocumented
Declaration
Objective-C
- (NTRouteMatchingResult *)matchRoute:(NTRouteMatchingRequest *)request;
-
Undocumented
Declaration
Objective-C
-(NTRouteMatchingResult*)matchRouteSwigExplicitNTCartoOnlineRoutingService: (NTRouteMatchingRequest*)request;
-
Undocumented
Declaration
Objective-C
- (NTRoutingResult *)calculateRoute:(NTRoutingRequest *)request;
-
Undocumented
Declaration
Objective-C
-(NTRoutingResult*)calculateRouteSwigExplicitNTCartoOnlineRoutingService: (NTRoutingRequest*)request;
-
Undocumented
Declaration
Objective-C
-(void)dealloc;