YMKBicycleRouter
Важно
This feature is available in the Full MapKit SDK version
|
@interface YMKBicycleRouter : NSObject |
Provides methods for submitting bicycle routing requests.
Внимание
use masstransit.BicycleRouterV2 instead
Summary
Instance methods
|
- (nonnull YMKBicycleSession *) |
|
- (nonnull YMKBicycleSummarySession *) |
|
- (nonnull YMKBicycleSession *) |
Instance methods
requestRoutesWithPoints:type:routeListener:
|
- (nonnull YMKBicycleSession *) |
Примечание
This feature is not available in the free MapKit version.
Submits a request to find a bicycle route.
|
Parameters |
|
|
points |
Route points (See YMKRequestPoint for details). Currently only two points are supported (start and finish). |
|
routeListener |
Listener to retrieve a list of Route objects. |
Внимание
use masstransit.BicycleRouterV2 instead
requestRoutesSummaryWithPoints:type:summaryHandler:
|
- (nonnull YMKBicycleSummarySession *) |
Примечание
This feature is not available in the free MapKit version.
Submits a request to fetch a brief summary of the bicycle routes.
|
Parameters |
|
|
points |
Route points (See YMKRequestPoint for details). Currently only two points are supported (start and finish). |
|
summaryListener |
Listener to retrieve a list of Route objects. |
Внимание
use masstransit.BicycleRouterV2 instead
resolveUriWithUri:routeListener:
|
- (nonnull YMKBicycleSession *) |
Примечание
This feature is not available in the free MapKit version.
Submits a request to retrieve detailed information on a bicycle route by URI.
|
Parameters |
|
|
uri |
The URI of the bicycle route. Starts with "ymapsbm1://route/bicycle". |
|
routeListener |
Listener to retrieve a list of Route objects. |
Внимание
use masstransit.BicycleRouterV2 instead