MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
Instance Methods | Properties | List of all members
MPDirectionsService Class Reference

#include <MPDirectionsService.h>

Inheritance diagram for MPDirectionsService:

Instance Methods

(void) - routingWithQuery:completionHandler:
 
(void) - routingWithQuery:
 

Properties

NSUInteger maxElementsPerGoogleDistanceMatrixRequest
 
id< MPRoutingProviderDelegatedelegate
 

Detailed Description

Directions service

Method Documentation

◆ routingWithQuery:

- (void) routingWithQuery: (nonnull MPDirectionsQuery *) directionsQuery

Get directions.

Parameters
directionsQueryDirections query

◆ routingWithQuery:completionHandler:

- (void) routingWithQuery: (nonnull MPDirectionsQuery *) directionsQuery
completionHandler: (nullable mpRouteHandlerBlockType) handler 

Get directions.

Parameters
directionsQueryDirections query
handlerCallback handler block

Property Documentation

◆ delegate

- (id<MPRoutingProviderDelegate>) delegate
readwritenonatomicweak

Directions service delegate

◆ maxElementsPerGoogleDistanceMatrixRequest

- (NSUInteger) maxElementsPerGoogleDistanceMatrixRequest
readwritenonatomicassign

The maximum number of elements to "spend" in each call to the Distance Matrix API.