10#import <Foundation/Foundation.h>
16@protocol MPLocationServiceDelegate;
18NS_ASSUME_NONNULL_BEGIN
27 NSArray<MPLocation *> *_Nullable locations, NSError *_Nullable error);
48@property(nonatomic, weak, nullable) id<MPLocationServiceDelegate>
delegate;
64- (void)getLocationsUsingQuery:(
MPQuery *)query
76- (NSArray<
MPLocation*>*)getLocationsByExternalIds:(NSArray<NSString*>*)externalIds;
NS_ASSUME_NONNULL_BEGIN typedef void(^ mpLocationsHandlerBlockType)(NSArray< MPLocation * > *_Nullable locations, NSError *_Nullable error)
MPLocationSourceStatus
Definition MPLocationSourceStatus.h:12
Definition MPLocation.h:38
Definition MPLocationService.h:36
instancetype sharedInstance()
id< MPLocationServiceDelegate > delegate
Definition MPLocationService.h:48
instancetype NS_UNAVAILABLE()
MPLocationSourceStatus locationSourceStatus
Definition MPLocationService.h:55