Uses of Enum
com.cercalia.sdk.model.isochrone.IsochroneMethod
Packages that use IsochroneMethod
Package
Description
Isochrone and reachability data models.
Core services for interacting with Cercalia APIs.
-
Uses of IsochroneMethod in com.cercalia.sdk.model.isochrone
Methods in com.cercalia.sdk.model.isochrone that return IsochroneMethodModifier and TypeMethodDescription@NotNull IsochroneMethodIsochroneOptions.getMethod()static IsochroneMethodReturns the enum constant of this type with the specified name.static IsochroneMethod[]IsochroneMethod.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 IsochroneMethodModifier and TypeMethodDescriptionIsochroneOptions.Builder.method(@Nullable IsochroneMethod method) -
Uses of IsochroneMethod in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services with parameters of type IsochroneMethodModifier and TypeMethodDescription@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.