YMKGeoObjectInspectionMetadata

@interface YMKGeoObjectInspectionMetadata : NSObject <YMKBaseMetadata>

Metadata type added to all objects returned by Map.visibleObjects

Summary

Class methods

+ (nonnull YMKGeoObjectInspectionMetadata *)geoObjectInspectionMetadataWithLayerId:(nonnull NSString *)layerId
                                                                        objectType:( YMKGeoObjectInspectionMetadataObjectType)objectType;

Properties

@property (nonatomic, readonly, nonnull) NSString *layerId;
Undocumented

@property (nonatomic, readonly)
    YMKGeoObjectInspectionMetadataObjectType objectType;

Undocumented

Class methods

geoObjectInspectionMetadataWithLayerId:objectType:

+ (nonnull YMKGeoObjectInspectionMetadata *)geoObjectInspectionMetadataWithLayerId:(nonnull NSString *)layerId
                                                                        objectType:( YMKGeoObjectInspectionMetadataObjectType)objectType;


Properties

layerId

@property (nonatomic, readonly, nonnull) NSString *layerId;

Undocumented


objectType

@property (nonatomic, readonly)
    YMKGeoObjectInspectionMetadataObjectType objectType;

Undocumented