public abstract class RoutablePoints
extends java.lang.Object
CarmenFeature.| Modifier and Type | Class and Description |
|---|---|
static class |
RoutablePoints.Builder
This builder can be used to set the values describing the
RoutablePoints. |
| Constructor and Description |
|---|
RoutablePoints() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List<RoutablePoint> |
points()
A list of routable points for the
CarmenFeature, or null if no points were found. |
abstract RoutablePoints.Builder |
toBuilder()
Convert current instance values into another Builder to quickly change one or more values.
|
static com.google.gson.TypeAdapter<RoutablePoints> |
typeAdapter(com.google.gson.Gson gson)
Gson type adapter for parsing Gson to this class.
|
@Nullable @SerializedName(value="points") public abstract java.util.List<RoutablePoint> points()
CarmenFeature, or null if no points were found.CarmenFeature,
or null if no points were foundpublic abstract RoutablePoints.Builder toBuilder()
RoutablePoints.Builderpublic static com.google.gson.TypeAdapter<RoutablePoints> typeAdapter(com.google.gson.Gson gson)
gson - the built Gson object