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() |
|
FeatureSet(@NonNull java.util.List<java.lang.String> ids) |
Methods
|
Type and modifiers |
Method and Description |
|
|
getIds() |
|
void |
serialize(com.yandex.runtime.bindings.Archive archive) |
|
|
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 |
IDs for features in the collection.
serialize
|
@Override |
getNativeName
|
java.lang.String getNativeName() |