MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
Classes | Typedefs
MPRoutingProvider.h File Reference
import <Foundation/Foundation.h>
import "MPPoint.h"
import "MPRoute.h"

Go to the source code of this file.

Classes

protocol  <MPRoutingProviderDelegate>
 
class  MPRoutingProvider
 

Typedefs

typedef void(^ mpRouteHandlerBlockType) (MPRoute *_Nullable route, NSError *_Nullable error)
 

Typedef Documentation

◆ mpRouteHandlerBlockType

typedef void(^ mpRouteHandlerBlockType) (MPRoute *_Nullable route, NSError *_Nullable error)

Callback handler for route result

Parameters
routeRoute object.
errorError object.