import <Foundation/Foundation.h>
import "MPDefines.h"
Go to the source code of this file.
◆ mpBuildingDetailsHandlerBlockType
| typedef void(^ mpBuildingDetailsHandlerBlockType) (MPBuilding *_Nullable building, NSError *_Nullable error) |
Handler block for fetching buildings
- Parameters
-
| building | Building object. Can be nil. |
| error | Error object. Can be nil. |
◆ mpBuildingListHandlerBlockType
| typedef void(^ mpBuildingListHandlerBlockType) (NSArray< MPBuilding * > *_Nullable buildings, NSError *_Nullable error) |
Handler block for fetching buildings
- Parameters
-
| buildings | Building objects. Can be nil. |
| error | Error object. Can be nil. |
◆ mpGeocodeHandlerBlockType
Handler block for fetching data related to a geographic point
- Parameters
-
| venue | Building containing the geographic point. Can be nil. |
| building | Building containing the geographic point. Can be nil. |
| floor | Building containing the geographic point. Can be nil. |
| error | Error object. Can be nil. |
◆ mpVenueDetailsHandlerBlockType
| typedef void(^ mpVenueDetailsHandlerBlockType) (MPVenue *_Nullable venue, NSError *_Nullable error) |
Handler block for fetching venues.
- Parameters
-
| venue | Venue object. Can be nil. |
| error | Error object. Can be nil. |
◆ mpVenueListHandlerBlockType
| typedef void(^ mpVenueListHandlerBlockType) (MPVenueCollection *_Nullable venueCollection, NSError *_Nullable error) |
Handler block for fetching venues.
- Parameters
-
| venueCollection | Venue collection. Can be nil. |
| error | Error object. Can be nil. |