public abstract class V6RoutablePoint
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
V6RoutablePoint() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Double |
latitude()
Latitude of result.
|
abstract java.lang.Double |
longitude()
Longitude of result.
|
abstract java.lang.String |
name()
The routable point name.
|
com.mapbox.geojson.Point |
point()
Result coordinate as a
Point. |
static com.google.gson.TypeAdapter<V6RoutablePoint> |
typeAdapter(com.google.gson.Gson gson)
Gson type adapter for parsing Gson to this class.
|
@NonNull @SerializedName(value="longitude") public abstract java.lang.Double longitude()
@NonNull @SerializedName(value="latitude") public abstract java.lang.Double latitude()
@NonNull public com.mapbox.geojson.Point point()
Point.Point.@Nullable @SerializedName(value="name") public abstract java.lang.String name()
public static com.google.gson.TypeAdapter<V6RoutablePoint> typeAdapter(com.google.gson.Gson gson)
gson - the built Gson object