Class YMKBicycleRouter
Provides methods for submitting bicycle routing requests.
Instance Methods
Method Detail
-requestRoutesSummaryWithPoints:summaryHandler:
- (nonnull YMKBicycleSummarySession *)requestRoutesSummaryWithPoints:(nonnull NSArray< YMKRequestPoint * > *)points
summaryHandler:(nonnull YMKBicycleSummarySessionSummaryHandler)summaryHandler
This feature is not available in the free MapKit version.
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. |
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. |
-requestRoutesWithPoints:routeListener:
- (nonnull YMKBicycleSession *)requestRoutesWithPoints:(nonnull NSArray< YMKRequestPoint * > *)points
routeListener:(nonnull YMKBicycleSessionRouteListener)routeListener
This feature is not available in the free MapKit version.
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. |
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. |