interface ILongDistanceEVRoutingQuery
An interface used to build new Long Distance EV Routing queries. Implemented in the class LongDistanceEVRoutingQueryBuilder
.
abstract fun withAccelerationEfficiency(accelerationEfficiency: Double!): ILongDistanceEVRoutingQuery!
Used in the default builder |
|
abstract fun withAllowVignettes(countryCodes: MutableList<String!>!): ILongDistanceEVRoutingQuery!
Used in the default builder |
|
abstract fun withAuxiliaryPowerInKW(auxiliaryPowerInKW: Double!): ILongDistanceEVRoutingQuery!
Used in the default builder |
|
abstract fun withAvoidAreas(areaCoordinates: MutableList<BoundingBox!>!): ILongDistanceEVRoutingQuery!
Used in the default builder |
|
abstract fun withAvoidType(avoidType: NativeAvoidType!): ILongDistanceEVRoutingQuery!
Used in the default builder |
|
abstract fun withAvoidVignettes(countryCodes: MutableList<String!>!): ILongDistanceEVRoutingQuery!
Used in the default builder |
|
abstract fun withDecelerationEfficiency(decelerationEfficiency: Double!): ILongDistanceEVRoutingQuery!
Used in the default builder |
|
abstract fun withDepartAt(departAt: String!): ILongDistanceEVRoutingQuery!
Used in the default builder |
|
abstract fun withDownhillEfficiency(downhillEfficiency: Double!): ILongDistanceEVRoutingQuery!
Used in the default builder |
|
abstract fun withIsVehicleCommercial(isVehicleCommercial: Boolean!): ILongDistanceEVRoutingQuery!
Used in the default builder |
|
abstract fun withReport(reportType: NativeReportType!): ILongDistanceEVRoutingQuery!
Used in the default builder |
|
abstract fun withRouteRepresentation(routeRepresentation: NativeRouteRepresentation!): ILongDistanceEVRoutingQuery!
Used in the default builder |
|
abstract fun withRouteType(routeType: NativeRouteType!): ILongDistanceEVRoutingQuery!
Used in the default builder |
|
abstract fun withSectionType(sectionType: NativeSectionType!): ILongDistanceEVRoutingQuery!
Used in the default builder |
|
abstract fun withTraffic(considerTraffic: Boolean!): ILongDistanceEVRoutingQuery!
Used in the default builder |
|
abstract fun withTravelMode(travelMode: NativeTravelMode!): ILongDistanceEVRoutingQuery!
Used in the default builder |
|
abstract fun withUphillEfficiency(uphillEfficiency: Double!): ILongDistanceEVRoutingQuery!
Used in the default builder |
|
abstract fun withVehicleAdrTunnelRestrictionCode(vehicleAdrTunnelRestrictionCode: NativeVehicleAdrTunnelRestrictionCode!): ILongDistanceEVRoutingQuery!
Used in the default builder |
|
abstract fun withVehicleAxleWeightInKg(vehicleAxleWeightInKg: Int!): ILongDistanceEVRoutingQuery!
Used in the default builder |
|
abstract fun withVehicleHeading(vehicleHeading: Int!): ILongDistanceEVRoutingQuery!
Used in the default builder |
|
abstract fun withVehicleHeightInMeters(vehicleHeightInMeters: Double!): ILongDistanceEVRoutingQuery!
Used in the default builder |
|
abstract fun withVehicleLengthInMeters(vehicleLengthInMeters: Double!): ILongDistanceEVRoutingQuery!
Used in the default builder |
|
abstract fun withVehicleLoadType(vehicleLoadType: NativeVehicleLoadType!): ILongDistanceEVRoutingQuery!
Used in the default builder |
|
abstract fun withVehicleMaxSpeedInKph(vehicleMaxSpeedInKph: Int!): ILongDistanceEVRoutingQuery!
Used in the default builder |
|
abstract fun withVehicleWeightInKg(vehicleWeightInKg: Int!): ILongDistanceEVRoutingQuery!
Used in the default builder |
|
abstract fun withVehicleWidthInMeters(vehicleWidthInMeters: Double!): ILongDistanceEVRoutingQuery!
Used in the default builder |