Class YMKGeoObject

Geo object.

Can be displayed as a placemark, polyline, polygon, etc., depending on the geometry type.

Class Methods

Properties

aref

The name of the internet resource.

attributionMap

The attribution of information to a specific author.

boundingBox

A rectangular box around the object.

descriptionText

The description of the object.

geometry

The object's geometry.

metadataContainer

The object's metadata.

name

Object name.

aref

The name of the internet resource.

attributionMap

The attribution of information to a specific author.

boundingBox

A rectangular box around the object.

descriptionText

The description of the object.

geometry

The object's geometry.

metadataContainer

The object's metadata.

name

Object name.

Method Detail

+geoObjectWithName:descriptionText:geometry:boundingBox:attributionMap:metadataContainer:aref:

+ (nonnull YMKGeoObject *)geoObjectWithName:(nullable NSString *)name
                            descriptionText:(nullable NSString *)descriptionText
                                   geometry:(nonnull NSArray< YMKGeometry * > *)geometry
                                boundingBox:(nullable YMKBoundingBox *)boundingBox
                             attributionMap:(nonnull NSDictionary< NSString *, YMKAttribution * > *)attributionMap
                          metadataContainer:(nonnull YRTCollection *)metadataContainer
                                       aref:(nonnull NSArray< NSString * > *)aref 

Property Detail

aref

(assign, readonly) NSArray< NSString * > * aref

The name of the internet resource.

attributionMap

(assign, readonly) NSDictionary< NSString *, YMKAttribution * > * attributionMap

The attribution of information to a specific author.

boundingBox

(assign, readonly) YMKBoundingBox * boundingBox

A rectangular box around the object.

Optional property, can be null.

descriptionText

(assign, readonly) NSString * descriptionText

The description of the object.

Optional property, can be null.

geometry

(assign, readonly) NSArray< YMKGeometry * > * geometry

The object's geometry.

metadataContainer

(assign, readonly) YRTCollection * metadataContainer

The object's metadata.

name

(assign, readonly) NSString * name

Object name.

Optional property, can be null.