Uses of Class
com.cercalia.sdk.model.isochrone.IsochroneOptions
Packages that use IsochroneOptions
Package
Description
Isochrone and reachability data models.
Core services for interacting with Cercalia APIs.
-
Uses of IsochroneOptions in com.cercalia.sdk.model.isochrone
Methods in com.cercalia.sdk.model.isochrone that return IsochroneOptionsModifier and TypeMethodDescription@NotNull IsochroneOptionsIsochroneOptions.Builder.build()static @NotNull IsochroneOptionsIsochroneOptions.distance(int meters) Creates options for distance-based isochrone.static @NotNull IsochroneOptionsIsochroneOptions.time(int minutes) Creates options for time-based isochrone. -
Uses of IsochroneOptions in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services with parameters of type IsochroneOptionsModifier and TypeMethodDescription@NotNull IsochroneResultIsochroneService.calculate(@NotNull Coordinate center, @NotNull IsochroneOptions options) Calculate a single isochrone (service area) from a center point.@NotNull CompletableFuture<IsochroneResult>IsochroneService.calculateAsync(@NotNull Coordinate center, @NotNull IsochroneOptions options) Calculate a single isochrone asynchronously.