Uses of Enum
com.cercalia.sdk.model.proximity.ProximityRouteWeight
Packages that use ProximityRouteWeight
Package
Description
Proximity and distance-based search models.
Core services for interacting with Cercalia APIs.
-
Uses of ProximityRouteWeight in com.cercalia.sdk.model.proximity
Methods in com.cercalia.sdk.model.proximity that return ProximityRouteWeightModifier and TypeMethodDescription@Nullable ProximityRouteWeightProximityOptions.getRouteWeight()static ProximityRouteWeightReturns the enum constant of this type with the specified name.static ProximityRouteWeight[]ProximityRouteWeight.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.cercalia.sdk.model.proximity with parameters of type ProximityRouteWeightModifier and TypeMethodDescriptionProximityOptions.Builder.routeWeight(@Nullable ProximityRouteWeight routeWeight) -
Uses of ProximityRouteWeight in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services with parameters of type ProximityRouteWeightModifier and TypeMethodDescription@NotNull ProximityResultProximityService.findNearestWithRouting(@NotNull Coordinate center, @NotNull String categoryCode, @NotNull ProximityRouteWeight weight, int count) Find nearest POIs with routing distance/time.