@PublicPreview("2021.06") class Builder
Builder used to create an instance of BatchRoutesSpecification that can be used in the Batch Routing service. Once constructed, the user cannot change the field values.
Builder()
Builder used to create an instance of BatchRoutesSpecification that can be used in the Batch Routing service. Once constructed, the user cannot change the field values. |
fun build(): BatchRoutesSpecification
Constructs a new BatchRoutesSpecification. |
|
fun reachableRangeSpecifications(reachableRangeSpecifications: List<ReachableRangeSpecification>): BatchRoutesSpecification.Builder
Specifies parameters related to the vehicle itself. |
|
fun routeSpecifications(routeSpecifications: List<RouteSpecification>): BatchRoutesSpecification.Builder
Specifies parameters related to the route itself. |