MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
Properties | List of all members
MPBookableQuery Class Reference

#include <MPBookableQuery.h>

Inheritance diagram for MPBookableQuery:

Properties

NSDate * startTime
 Required start date for your potential booking.
 
NSDate * endTime
 Required end date for your potential booking.
 
MPVenuevenue
 Optional filter for which Venue the found Locations should be contained in.
 
MPBuildingbuilding
 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.
 
MPLocationlocation
 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.
 

Detailed Description

Query object to be used with MPBookingService.getBookableLocationsUsingQuery() Queries are defined by a required timespan and a number of optional filter properties.

Property Documentation

◆ building

- (MPBuilding*) building
readwritenonatomicstrong

Optional filter for which Building the found Locations should be contained in.

◆ category

- (NSString*) category
readwritenonatomicstrong

Optional filter for which Category the found Locations should belong to.

◆ endTime

- (NSDate*) endTime
readwritenonatomicstrong

Required end date for your potential booking.

◆ floorIndex

- (NSNumber*) floorIndex
readwritenonatomicstrong

Optional filter for which Floor the found Locations should belong to.

◆ location

- (MPLocation*) location
readwritenonatomicstrong

Optional filter for which Location the found Locations should either be or be contained in.

◆ locationType

- (NSString*) locationType
readwritenonatomicstrong

Optional filter for what the found Locations should belong to.

◆ startTime

- (NSDate*) startTime
readwritenonatomicstrong

Required start date for your potential booking.

◆ venue

- (MPVenue*) venue
readwritenonatomicstrong

Optional filter for which Venue the found Locations should be contained in.