Uses of Class
com.cercalia.sdk.model.isochrone.IsochroneResult
Packages that use IsochroneResult
Package
Description
Isochrone and reachability data models.
Core services for interacting with Cercalia APIs.
-
Uses of IsochroneResult in com.cercalia.sdk.model.isochrone
Methods in com.cercalia.sdk.model.isochrone that return IsochroneResult -
Uses of IsochroneResult in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services that return IsochroneResultModifier and TypeMethodDescription@NotNull IsochroneResultIsochroneService.calculate(@NotNull Coordinate center, @NotNull IsochroneOptions options) Calculate a single isochrone (service area) from a center point.Methods in com.cercalia.sdk.services that return types with arguments of type IsochroneResultModifier and TypeMethodDescription@NotNull CompletableFuture<IsochroneResult>IsochroneService.calculateAsync(@NotNull Coordinate center, @NotNull IsochroneOptions options) Calculate a single isochrone asynchronously.@NotNull List<IsochroneResult>IsochroneService.calculateMultiple(@NotNull Coordinate center, @org.jetbrains.annotations.NotNull int[] values, @NotNull IsochroneWeight weight) Calculate multiple isochrones (concentric service areas) in a single API request.@NotNull List<IsochroneResult>IsochroneService.calculateMultiple(@NotNull Coordinate center, @org.jetbrains.annotations.NotNull int[] values, @NotNull IsochroneWeight weight, @NotNull IsochroneMethod method) Calculate multiple isochrones (concentric service areas) in a single API request.@NotNull CompletableFuture<List<IsochroneResult>>IsochroneService.calculateMultipleAsync(@NotNull Coordinate center, @org.jetbrains.annotations.NotNull int[] values, @NotNull IsochroneWeight weight) Calculate multiple isochrones asynchronously.