Class FeatureSet

Warning

This feature is available in the Full MapKit SDK version

Package com.yandex.mapkit.search

java.lang.Object
    ↳ com.yandex.mapkit.search.FeatureSet

class FeatureSet implements Serializable

Collection of features.

Summary

Constructors

Signature and Description

FeatureSet()
Use constructor with parameters in your code.

FeatureSet(@NonNull java.util.List<java.lang.String> ids)

Methods

Type and modifiers

Method and Description

synchronized java.util.List<java.lang.String>

getIds()
IDs for features in the collection.

void

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

static java.lang.String

getNativeName()

Constuctors

FeatureSet

FeatureSet()

Use constructor with parameters in your code.

This one is for serialization only!


FeatureSet

FeatureSet(@NonNull java.util.List<java.lang.String> ids)


Methods

getIds

@NonNull
java.util.List<java.lang.String> getIds()

IDs for features in the collection.


serialize

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


getNativeName

java.lang.String getNativeName()