Uses of Class
software.amazon.awssdk.services.georoutes.model.RoadSnapTracePoint
-
Packages that use RoadSnapTracePoint Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RoadSnapTracePoint in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RoadSnapTracePoint Modifier and Type Method Description List<RoadSnapTracePoint>SnapToRoadsRequest. tracePoints()List of trace points to be snapped onto the road network.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RoadSnapTracePoint Modifier and Type Method Description SnapToRoadsRequest.BuilderSnapToRoadsRequest.Builder. tracePoints(RoadSnapTracePoint... tracePoints)List of trace points to be snapped onto the road network.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RoadSnapTracePoint Modifier and Type Method Description SnapToRoadsRequest.BuilderSnapToRoadsRequest.Builder. tracePoints(Collection<RoadSnapTracePoint> tracePoints)List of trace points to be snapped onto the road network.
-