Class EncyclopediaObjectMetadata
Warning
This feature is available in the Full MapKit SDK version
Package world.mappable.mapkit.search
java.lang.Object
↳ world.mappable.mapkit.search.EncyclopediaObjectMetadata
All Superinterfaces:
class EncyclopediaObjectMetadata implements BaseMetadata, Serializable
Snippet with encyclopedia data.
Summary
Constructors
|
Signature and Description |
|
EncyclopediaObjectMetadata() |
|
EncyclopediaObjectMetadata(@Nullable java.lang.String title, |
Methods
|
Type and modifiers |
Method and Description |
|
|
getTitle() |
|
|
getDescription() |
|
|
getAttribution() |
|
void |
serialize(world.mappable.runtime.bindings.Archive archive) |
|
|
Constuctors
EncyclopediaObjectMetadata
|
EncyclopediaObjectMetadata() |
Use constructor with parameters in your code.
This one is for serialization only!
EncyclopediaObjectMetadata
|
EncyclopediaObjectMetadata(@Nullable java.lang.String title, |
Methods
getTitle
|
@Nullable |
Encyclopedia article title.
Optional field, can be null.
getDescription
|
@Nullable |
Encyclopedia article body.
Optional field, can be null.
getAttribution
|
@Nullable |
Attribution information.
Optional field, can be null.
serialize
|
@Override |
getNativeName
|
java.lang.String getNativeName() |