Uses of Class
global.maplink.trip.schema.v2.problem.SitePoint
-
Packages that use SitePoint Package Description global.maplink.trip.schema.v1.payload global.maplink.trip.schema.v2.problem -
-
Uses of SitePoint in global.maplink.trip.schema.v1.payload
Methods in global.maplink.trip.schema.v1.payload with parameters of type SitePoint Modifier and Type Method Description TripSendProblemRequest.TripSendProblemRequestBuilderTripSendProblemRequest.TripSendProblemRequestBuilder. point(SitePoint point)Method parameters in global.maplink.trip.schema.v1.payload with type arguments of type SitePoint Modifier and Type Method Description TripSendProblemRequest.TripSendProblemRequestBuilderTripSendProblemRequest.TripSendProblemRequestBuilder. points(Collection<? extends SitePoint> points)Constructor parameters in global.maplink.trip.schema.v1.payload with type arguments of type SitePoint Constructor Description TripSendProblemRequest(List<SitePoint> points, CalculationMode calculationMode, Set<String> restrictionZones, Set<AvoidanceType> avoidanceTypes, AvoidanceBehavior avoidanceBehavior, TollRequest toll, CrossedBordersRequest crossedBorders, FreightCalculationRequest freight, EmissionRequest emission, PlaceRouteRequest place, TurnByTurnRequest turnByTurn, String clientId, String profileName, List<SpeedPreference> speedPreferences, VehicleSpecification vehicleSpecification, Callback callback) -
Uses of SitePoint in global.maplink.trip.schema.v2.problem
Fields in global.maplink.trip.schema.v2.problem with type parameters of type SitePoint Modifier and Type Field Description protected List<SitePoint>TripProblem. pointsMethods in global.maplink.trip.schema.v2.problem that return SitePoint Modifier and Type Method Description SitePointSitePoint.SitePointBuilder. build()static SitePointSitePoint. of(double lat, double lon)static SitePointSitePoint. of(String id, double lat, double lon)Methods in global.maplink.trip.schema.v2.problem that return types with arguments of type SitePoint Modifier and Type Method Description List<SitePoint>TripProblem. getPoints()Methods in global.maplink.trip.schema.v2.problem with parameters of type SitePoint Modifier and Type Method Description booleanSitePoint. equalsLatLong(SitePoint other)TripCalculateRequest.TripCalculateRequestBuilderTripCalculateRequest.TripCalculateRequestBuilder. point(SitePoint point)Method parameters in global.maplink.trip.schema.v2.problem with type arguments of type SitePoint Modifier and Type Method Description TripCalculateRequest.TripCalculateRequestBuilderTripCalculateRequest.TripCalculateRequestBuilder. points(Collection<? extends SitePoint> points)List<ValidationViolation>TollRequest. validateVariableAxles(List<SitePoint> sites)Constructor parameters in global.maplink.trip.schema.v2.problem with type arguments of type SitePoint Constructor Description TripCalculateRequest(List<SitePoint> points, CalculationMode calculationMode, Set<String> restrictionZones, Set<AvoidanceType> avoidanceTypes, AvoidanceBehavior avoidanceBehavior, TollRequest toll, CrossedBordersRequest crossedBorders, FreightCalculationRequest freight, EmissionRequest emission, PlaceRouteRequest place, TurnByTurnRequest turnByTurn, OffsetDateTime expireIn)TripProblem(List<SitePoint> points, CalculationMode calculationMode, Set<String> restrictionZones, Set<AvoidanceType> avoidanceTypes, AvoidanceBehavior avoidanceBehavior, TollRequest toll, CrossedBordersRequest crossedBorders, FreightCalculationRequest freight, EmissionRequest emission, PlaceRouteRequest place, TurnByTurnRequest turnByTurn)
-