MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPDirectionsService.h
Go to the documentation of this file.
1//
2// DirectionsService.h
3// MapsIndoorsGenericApp
4//
5// Created by Daniel Nielsen on 03/09/15.
6// Copyright (c) 2015 MapsPeople A/S. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10#import "MPDefines.h"
11#import "MPRoutingProvider.h"
12
13@class MPLocation;
15@class MPVenueProvider;
17
18
19
20
24@interface MPDirectionsService : NSObject
25
29@property (nonatomic, class) NSUInteger maxElementsPerGoogleDistanceMatrixRequest;
33@property (nonatomic, weak, nullable) id <MPRoutingProviderDelegate> delegate;
40- (void)routingWithQuery:(nonnull MPDirectionsQuery*)directionsQuery completionHandler: (nullable mpRouteHandlerBlockType)handler;
46- (void)routingWithQuery:(nonnull MPDirectionsQuery*)directionsQuery;
47
48@end
void(^ mpRouteHandlerBlockType)(MPRoute *_Nullable route, NSError *_Nullable error)
Definition MPRoutingProvider.h:35
Definition MPDirectionsQuery.h:29
Definition MPDirectionsService.h:25
id< MPRoutingProviderDelegate > delegate
Definition MPDirectionsService.h:33
NSUInteger maxElementsPerGoogleDistanceMatrixRequest
Definition MPDirectionsService.h:29
Definition MPDistanceMatrixProvider.h:28
Definition MPLocation.h:38
Definition MPVenueProvider.h:107