MapKit Mobile SDK

Warning

This feature is available in the Full MapKit version.

Package world.mappable.mapkit.search

Class FeatureEnumValue

java.lang.Object
    ↳ world.mappable.mapkit.search.Feature.FeatureEnumValue

static class FeatureEnumValue implements Serializable

Value for enumerated features.

Summary

Constructors

Signature and Description

FeatureEnumValue()
Use constructor with parameters in your code.

FeatureEnumValue(@NonNull java.lang.String id,
                 @NonNull java.lang.String name,
                 @Nullable java.lang.String imageUrlTemplate,
                 @NonNull java.util.List<java.lang.String> tags)

Methods

Type and modifiers

Method and Description

synchronized java.lang.String

getId()
Machine readable value identifier.

synchronized java.lang.String

getName()
Human readable localized representation.

synchronized java.lang.String

getImageUrlTemplate()
urlTemplate for the image.

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

getTags()

void

serialize(world.mappable.runtime.bindings.Archive archive)

static java.lang.String

getNativeName()

Constuctors

FeatureEnumValue

FeatureEnumValue()

Use constructor with parameters in your code. This one is for serialization only!


FeatureEnumValue

FeatureEnumValue(@NonNull java.lang.String id,
                 @NonNull java.lang.String name,
                 @Nullable java.lang.String imageUrlTemplate,
                 @NonNull java.util.List<java.lang.String> tags)


Methods

getId

@NonNull
java.lang.String getId()

Machine readable value identifier.


getName

@NonNull
java.lang.String getName()

Human readable localized representation.


getImageUrlTemplate

@Nullable
java.lang.String getImageUrlTemplate()

urlTemplate for the image. Available sizes are listed here: http://api.mappable.ru/fotki/doc/format-ref/f-img.xml Optional field, can be null.


getTags

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


serialize

@Override
void serialize(world.mappable.runtime.bindings.Archive archive)


getNativeName

java.lang.String getNativeName()