MMKGeoObjectInspectionMetadata

@interface MMKGeoObjectInspectionMetadata : NSObject <MMKBaseMetadata>

Metadata type added to all objects returned by Map.visibleObjects

Summary

Class methods

+ (nonnull MMKGeoObjectInspectionMetadata *)geoObjectInspectionMetadataWithLayerId:(nonnull NSString *)layerId
                                                                        objectType:( MMKGeoObjectInspectionMetadataObjectType)objectType;

Properties

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

@property (nonatomic, readonly)
    MMKGeoObjectInspectionMetadataObjectType objectType;

Undocumented

Class methods

geoObjectInspectionMetadataWithLayerId:objectType:

+ (nonnull MMKGeoObjectInspectionMetadata *)geoObjectInspectionMetadataWithLayerId:(nonnull NSString *)layerId
                                                                        objectType:( MMKGeoObjectInspectionMetadataObjectType)objectType;


Properties

layerId

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

Undocumented


objectType

@property (nonatomic, readonly)
    MMKGeoObjectInspectionMetadataObjectType objectType;

Undocumented