MapsIndoors iOS SDK V3
|
#include <MPBookableQuery.h>
Properties | |
NSDate * | startTime |
Required start date for your potential booking. | |
NSDate * | endTime |
Required end date for your potential booking. | |
MPVenue * | venue |
Optional filter for which Venue the found Locations should be contained in. | |
MPBuilding * | building |
Optional filter for which Building the found Locations should be contained in. | |
NSNumber * | floorIndex |
Optional filter for which Floor the found Locations should belong to. | |
MPLocation * | location |
Optional filter for which Location the found Locations should either be or be contained in. | |
NSString * | category |
Optional filter for which Category the found Locations should belong to. | |
NSString * | locationType |
Optional filter for what the found Locations should belong to. | |
Query object to be used with MPBookingService.getBookableLocationsUsingQuery() Queries are defined by a required timespan and a number of optional filter properties.
|
readwritenonatomicstrong |
Optional filter for which Building the found Locations should be contained in.
|
readwritenonatomicstrong |
Optional filter for which Category the found Locations should belong to.
|
readwritenonatomicstrong |
Required end date for your potential booking.
|
readwritenonatomicstrong |
Optional filter for which Floor the found Locations should belong to.
|
readwritenonatomicstrong |
Optional filter for which Location the found Locations should either be or be contained in.
|
readwritenonatomicstrong |
Optional filter for what the found Locations should belong to.
|
readwritenonatomicstrong |
Required start date for your potential booking.
|
readwritenonatomicstrong |
Optional filter for which Venue the found Locations should be contained in.