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

#include <MPVenueCollection.h>

Inheritance diagram for MPVenueCollection:

Instance Methods

(nullable MPBuilding *) - getBuilding:
 
(nullable MPVenue *) - getNearestVenue:withinRadius:
 

Properties

NSArray< MPVenue > * venues
 

Detailed Description

Venue collection model, just holds an array.

Method Documentation

◆ getBuilding:

- (nullable MPBuilding *) getBuilding: (nullable NSString *) buildingId

◆ getNearestVenue:withinRadius:

- (nullable MPVenue *) getNearestVenue: (nonnull MPPoint *) geometry
withinRadius: (int) meterRadius 

Property Documentation

◆ venues

- (NSArray<MPVenue>*) venues
readwritenonatomicstrong

The array of venues in this collection.