public abstract class V6ContextElement extends V6JsonObject
V6Context which holds complete geographical hierarchy for a given address
or place.| Constructor and Description |
|---|
V6ContextElement() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
mapboxId()
Element id.
|
abstract java.lang.String |
name()
Element name.
|
static com.google.gson.TypeAdapter<V6ContextElement> |
typeAdapter(com.google.gson.Gson gson)
Gson type adapter for parsing Gson to this class.
|
getUnrecognizedJsonProperties@Nullable @SerializedName(value="mapbox_id") public abstract java.lang.String mapboxId()
@Nullable @SerializedName(value="name") public abstract java.lang.String name()
public static com.google.gson.TypeAdapter<V6ContextElement> typeAdapter(com.google.gson.Gson gson)
gson - the built Gson object