Uses of Class
com.cercalia.sdk.model.routing.RouteResult
Packages that use RouteResult
Package
Description
Routing and pathfinding data models.
Core services for interacting with Cercalia APIs.
-
Uses of RouteResult in com.cercalia.sdk.model.routing
Methods in com.cercalia.sdk.model.routing that return RouteResult -
Uses of RouteResult in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services that return RouteResultModifier and TypeMethodDescription@NotNull RouteResultRoutingService.calculateRoute(@NotNull Coordinate origin, @NotNull Coordinate destination, @Nullable RoutingOptions options) Calculate a route between origin and destination.Methods in com.cercalia.sdk.services that return types with arguments of type RouteResultModifier and TypeMethodDescription@NotNull CompletableFuture<RouteResult>RoutingService.calculateRouteAsync(@NotNull Coordinate origin, @NotNull Coordinate destination, @Nullable RoutingOptions options) Calculate a route asynchronously.