Package com.yandex.mapkit.map

Class GeoObjectInspectionMetadata

java.lang.Object
    ↳ com.yandex.mapkit.map.GeoObjectInspectionMetadata

All Superinterfaces:

BaseMetadata

class GeoObjectInspectionMetadata implements BaseMetadata, Serializable

Metadata type added to all objects returned by Map.visibleObjects

Nested Class Summary

Modifier and Type

Interface

Description

static final

ObjectType

Summary

Constructors

Signature and Description

GeoObjectInspectionMetadata()
Use constructor with parameters in your code.

GeoObjectInspectionMetadata(@NonNull java.lang.String layerId,
                            @NonNull ObjectType objectType)

Methods

Type and modifiers

Method and Description

synchronized java.lang.String

getLayerId()

synchronized ObjectType

getObjectType()

void

serialize(com.yandex.runtime.bindings.Archive archive)

static java.lang.String

getNativeName()

Constuctors

GeoObjectInspectionMetadata

GeoObjectInspectionMetadata()

Use constructor with parameters in your code.

This one is for serialization only!


GeoObjectInspectionMetadata

GeoObjectInspectionMetadata(@NonNull java.lang.String layerId,
                            @NonNull ObjectType objectType)


Methods

getLayerId

@NonNull
java.lang.String getLayerId()


getObjectType

@NonNull
ObjectType getObjectType()


serialize

@Override
void serialize(com.yandex.runtime.bindings.Archive archive)


getNativeName

java.lang.String getNativeName()