MMKGeoObjectCollectionItem

@interface MMKGeoObjectCollectionItem : NSObject

The geo objects in the collection.

Summary

Class methods

+ (nonnull MMKGeoObjectCollectionItem *)itemWithObj:(nonnull MMKGeoObject *)obj;

+ (nonnull MMKGeoObjectCollectionItem *)itemWithCollection:(nonnull MMKGeoObjectCollection *)collection;

Properties

@property (nonatomic, readonly, nullable) MMKGeoObject *obj

@property (nonatomic, readonly, nullable) MMKGeoObjectCollection *collection

Class methods

itemWithObj:

+ (nonnull MMKGeoObjectCollectionItem *)itemWithObj:(nonnull MMKGeoObject *)obj;


itemWithCollection:

+ (nonnull MMKGeoObjectCollectionItem *)itemWithCollection:(nonnull MMKGeoObjectCollection *)collection;


Properties

obj

@property (nonatomic, readonly, nullable) MMKGeoObject *obj


collection

@property (nonatomic, readonly, nullable) MMKGeoObjectCollection *collection