YMKGeoObjectCollectionItem

class YMKGeoObjectCollectionItem : NSObject

The geo objects in the collection.

Summary

Class methods

 init(obj: YMKGeoObject)

 init(collection: YMKGeoObjectCollection)

Properties

var objYMKGeoObject? { get }

var collectionYMKGeoObjectCollection? { get }

Class methods

init(obj:)

 init(obj: YMKGeoObject)


init(collection:)

 init(collection: YMKGeoObjectCollection)


Properties

obj

var obj: YMKGeoObject? { get }


collection

var collection: YMKGeoObjectCollection? { get }


Предыдущая