MapsIndoors iOS SDK V3
|
#include <MPVenue.h>
Instance Methods | |
(nullable MPMapStyle *) | - getDefaultStyle |
(nullable GMSCoordinateBounds *) | - getBoundingBox |
(nullable GMSCoordinateBounds *) | - getVenueBounds |
Properties | |
NSString< Optional > * | solutionId |
NSString * | venueId |
NSNumber< Optional > * | defaultFloor |
NSString * | tilesUrl |
NSArray< MPBuilding * >< MPBuilding, Optional > * | buildings |
MPPoint< Optional > * | anchor |
NSArray< Optional > * | bbox |
NSArray< NSArray * > * | bounds |
NSArray< MPPoint * >< Optional, MPPoint > * | entryPoints |
NSString< Optional > * | graphId |
NSString< Optional > * | venueKey |
NSString< Optional > * | externalId |
NSString< Optional > * | name |
NSArray< MPMapStyle * >< MPMapStyle > * | styles |
NSDictionary< NSString *, MPLocationField * >< Optional, MPLocationField > * | fields |
BOOL | hasGraph |
The venue model holds data about the buildings and floors in a venue, plus additional meta-data.
- (nullable GMSCoordinateBounds *) getBoundingBox |
Get the geographic bounding box for the venue
- (nullable MPMapStyle *) getDefaultStyle |
Get a default style. If none is set, it will be the first string value in the list of map styles
- (nullable GMSCoordinateBounds *) getVenueBounds |
Get the geographic bounds for the venue
|
readwritenonatomicstrong |
Venue anchor point.
|
readwritenonatomicstrong |
Geographic BBox array [w,s,e,n] for this venue.
|
readwritenonatomicstrong |
Geographic bounds array [[lng,lat],[lng,lat],...] for this venue.
|
readwritenonatomicstrong |
Container array for buildings in this venue. Note that this array are not populated initially. MPMapControl
will populate this for the active venue. To get the buildings for an arbitrary venue, please use MPVenueProvider.getBuildingsWithCompletion()
.
|
readwritenonatomicstrong |
Venue default floor
Array of entry points in this venue.
|
readwritenonatomicstrong |
External id.
|
readnonatomicstrong |
Dictionary of custom fields
|
readwritenonatomicstrong |
Route network/graph identifier for the given venue.
|
readnonatomicassign |
YES/NO property - determines of venue has _graphId
|
readwritenonatomicstrong |
Venue name.
|
readwritenonatomicstrong |
Solution id
|
readwritenonatomicstrong |
Array of possible map styles.
|
readwritenonatomicstrong |
The general url template to be used when creating floor layers for this venue. If used by this framework, the url string must have format "prefix{param_1}infix{param_N}suffix", e.g.: "http://tiles.url.com/{floor}/{x}/{y}/{zoom}.png". See also MPURITemplate.
|
readwritenonatomicstrong |
Venue id
|
readwritenonatomicstrong |
Venue key.