MapsIndoors iOS SDK V3
|
#include <MPDirectionsService.h>
Instance Methods | |
(void) | - routingWithQuery:completionHandler: |
(void) | - routingWithQuery: |
Properties | |
NSUInteger | maxElementsPerGoogleDistanceMatrixRequest |
id< MPRoutingProviderDelegate > | delegate |
Directions service
- (void) routingWithQuery: | (nonnull MPDirectionsQuery *) | directionsQuery |
Get directions.
directionsQuery | Directions query |
- (void) routingWithQuery: | (nonnull MPDirectionsQuery *) | directionsQuery | |
completionHandler: | (nullable mpRouteHandlerBlockType) | handler |
Get directions.
directionsQuery | Directions query |
handler | Callback handler block |
|
readwritenonatomicweak |
Directions service delegate
|
readwritenonatomicassign |
The maximum number of elements to "spend" in each call to the Distance Matrix API.