static SnapToRoadsResponse.Builder |
SnapToRoadsResponse.builder() |
|
SnapToRoadsResponse.Builder |
SnapToRoadsResponse.Builder.notices(Collection<RoadSnapNotice> notices) |
Notices are additional information returned that indicate issues that occurred during route calculation.
|
SnapToRoadsResponse.Builder |
SnapToRoadsResponse.Builder.notices(Consumer<RoadSnapNotice.Builder>... notices) |
Notices are additional information returned that indicate issues that occurred during route calculation.
|
SnapToRoadsResponse.Builder |
SnapToRoadsResponse.Builder.notices(RoadSnapNotice... notices) |
Notices are additional information returned that indicate issues that occurred during route calculation.
|
SnapToRoadsResponse.Builder |
SnapToRoadsResponse.Builder.pricingBucket(String pricingBucket) |
The pricing bucket for which the query is charged at.
|
default SnapToRoadsResponse.Builder |
SnapToRoadsResponse.Builder.snappedGeometry(Consumer<RoadSnapSnappedGeometry.Builder> snappedGeometry) |
The interpolated geometry for the snapped route onto the road network.
|
SnapToRoadsResponse.Builder |
SnapToRoadsResponse.Builder.snappedGeometry(RoadSnapSnappedGeometry snappedGeometry) |
The interpolated geometry for the snapped route onto the road network.
|
SnapToRoadsResponse.Builder |
SnapToRoadsResponse.Builder.snappedGeometryFormat(String snappedGeometryFormat) |
Specifies the format of the geometry returned for each leg of the route.
|
SnapToRoadsResponse.Builder |
SnapToRoadsResponse.Builder.snappedGeometryFormat(GeometryFormat snappedGeometryFormat) |
Specifies the format of the geometry returned for each leg of the route.
|
SnapToRoadsResponse.Builder |
SnapToRoadsResponse.Builder.snappedTracePoints(Collection<RoadSnapSnappedTracePoint> snappedTracePoints) |
The trace points snapped onto the road network.
|
SnapToRoadsResponse.Builder |
SnapToRoadsResponse.Builder.snappedTracePoints(Consumer<RoadSnapSnappedTracePoint.Builder>... snappedTracePoints) |
The trace points snapped onto the road network.
|
SnapToRoadsResponse.Builder |
SnapToRoadsResponse.Builder.snappedTracePoints(RoadSnapSnappedTracePoint... snappedTracePoints) |
The trace points snapped onto the road network.
|
SnapToRoadsResponse.Builder |
SnapToRoadsResponse.toBuilder() |
|