|
MapsIndoors iOS SDK V3
|
Go to the source code of this file.
Classes | |
| class | MPLocationService |
Variables | |
| NS_ASSUME_NONNULL_BEGIN typedef void(^ | mpLocationsHandlerBlockType )(NSArray< MPLocation * > *_Nullable locations, NSError *_Nullable error) |
| NS_ASSUME_NONNULL_BEGIN typedef void(^ mpLocationsHandlerBlockType) (NSArray< MPLocation * > *_Nullable locations, NSError *_Nullable error) | ( | NSArray< MPLocation * > *_Nullable | locations, |
| NSError *_Nullable | error ) |
Handler block for a locations query
| locations | Locations result array |
| error | Error object |