public abstract class V6Coordinates
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
V6Coordinates() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
accuracy()
Point accuracy metric for the returned address feature.
|
abstract java.lang.Double |
latitude()
Latitude of result.
|
abstract java.lang.Double |
longitude()
Longitude of result.
|
com.mapbox.geojson.Point |
point()
Result coordinate as a
Point. |
abstract java.util.List<V6RoutablePoint> |
routablePoints()
A list of routable points for the feature, or null if no points were found.
|
static com.google.gson.TypeAdapter<V6Coordinates> |
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="accuracy") public abstract java.lang.String accuracy()
@Nullable @SerializedName(value="routable_points") public abstract java.util.List<V6RoutablePoint> routablePoints()
public static com.google.gson.TypeAdapter<V6Coordinates> typeAdapter(com.google.gson.Gson gson)
gson - the built Gson object