26@property (nonatomic, strong, nullable) NSArray<MPVenue>*
venues;
28- (nullable
MPBuilding*) getBuilding:(nullable NSString*)buildingId;
30- (nullable
MPVenue *)getNearestVenue:(nonnull
MPPoint*)geometry withinRadius: (int)meterRadius;
Definition MPBuilding.h:36
Definition MPVenueCollection.h:22
NSArray< MPVenue > * venues
Definition MPVenueCollection.h:26