MMKGeoObjectCollection
|
@interface MMKGeoObjectCollection : NSObject |
A collection of geo objects. Allows you to group geo objects for adding them to the map, setting options, etc. Collections are geo objects too.
Summary
Class methods
|
+ (nonnull MMKGeoObjectCollection *)geoObjectCollectionWithBoundingBox:(nullable MMKBoundingBox *)boundingBox |
Properties
|
@property (nonatomic, readonly, nullable) MMKBoundingBox *boundingBox; |
|
@property (nonatomic, readonly, nonnull) |
|
@property (nonatomic, readonly, nonnull) |
Class methods
geoObjectCollectionWithBoundingBox:metadataContainer:children:
|
+ (nonnull MMKGeoObjectCollection *)geoObjectCollectionWithBoundingBox:(nullable MMKBoundingBox *)boundingBox |
Properties
boundingBox
|
@property (nonatomic, readonly, nullable) MMKBoundingBox *boundingBox; |
The bounds around the collection of objects.
Optional field, can be nil.
metadataContainer
|
@property (nonatomic, readonly, nonnull) |
The metadata for the objects.
children
|
@property (nonatomic, readonly, nonnull) |