YMKGeoObjectCollectionItem

@interface YMKGeoObjectCollectionItem : NSObject

The geo objects in the collection.

Summary

Class methods

+ (nonnull YMKGeoObjectCollectionItem *)itemWithObj:(nonnull YMKGeoObject *)obj;

+ (nonnull YMKGeoObjectCollectionItem *)itemWithCollection:(nonnull YMKGeoObjectCollection *)collection;

Properties

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

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

Class methods

itemWithObj:

+ (nonnull YMKGeoObjectCollectionItem *)itemWithObj:(nonnull YMKGeoObject *)obj;


itemWithCollection:

+ (nonnull YMKGeoObjectCollectionItem *)itemWithCollection:(nonnull YMKGeoObjectCollection *)collection;


Properties

obj

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


collection

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