public abstract static class RoutablePoints.Builder
extends java.lang.Object
RoutablePoints.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract RoutablePoints |
build()
Build a new
RoutablePoints object. |
abstract RoutablePoints.Builder |
points(java.util.List<RoutablePoint> points)
A list of routable points for the
CarmenFeature,
or null if no points were found. |
public abstract RoutablePoints.Builder points(@Nullable java.util.List<RoutablePoint> points)
CarmenFeature,
or null if no points were found.points - a list of routable points for the CarmenFeature,
or null if no points were foundpublic abstract RoutablePoints build()
RoutablePoints object.RoutablePoints using the provided values in this builder