Uses of Class
com.cercalia.sdk.services.RoutingService.DistanceTime
Packages that use RoutingService.DistanceTime
-
Uses of RoutingService.DistanceTime in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services that return RoutingService.DistanceTimeModifier and TypeMethodDescription@NotNull RoutingService.DistanceTimeRoutingService.getDistanceTime(@NotNull Coordinate origin, @NotNull Coordinate destination, @Nullable VehicleType vehicleType) Get distance and duration between two points (without full geometry).Methods in com.cercalia.sdk.services that return types with arguments of type RoutingService.DistanceTimeModifier and TypeMethodDescription@NotNull CompletableFuture<RoutingService.DistanceTime>RoutingService.getDistanceTimeAsync(@NotNull Coordinate origin, @NotNull Coordinate destination, @Nullable VehicleType vehicleType) Get distance and duration asynchronously.