Uses of Enum
com.cercalia.sdk.model.isochrone.IsochroneWeight
Packages that use IsochroneWeight
Package
Description
Isochrone and reachability data models.
Core services for interacting with Cercalia APIs.
-
Uses of IsochroneWeight in com.cercalia.sdk.model.isochrone
Methods in com.cercalia.sdk.model.isochrone that return IsochroneWeightModifier and TypeMethodDescription@NotNull IsochroneWeightIsochroneOptions.getWeight()@NotNull IsochroneWeightIsochroneResult.getWeight()static IsochroneWeightReturns the enum constant of this type with the specified name.static IsochroneWeight[]IsochroneWeight.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.cercalia.sdk.model.isochrone with parameters of type IsochroneWeightModifier and TypeMethodDescriptionIsochroneOptions.Builder.weight(@Nullable IsochroneWeight weight) IsochroneResult.Builder.weight(@NotNull IsochroneWeight weight) -
Uses of IsochroneWeight in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services with parameters of type IsochroneWeightModifier and TypeMethodDescription@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.