Uses of Class
com.cercalia.sdk.model.proximity.ProximityResult
Packages that use ProximityResult
-
Uses of ProximityResult in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services that return ProximityResultModifier and TypeMethodDescription@NotNull ProximityResultProximityService.findNearest(@NotNull ProximityOptions options) Find nearest POIs from a center point.@NotNull ProximityResultProximityService.findNearestByCategory(@NotNull Coordinate center, @NotNull String categoryCode) Find nearest POIs by category with default count of 5.@NotNull ProximityResultProximityService.findNearestByCategory(@NotNull Coordinate center, @NotNull String categoryCode, int count) Find nearest POIs by category.@NotNull ProximityResultProximityService.findNearestWithRouting(@NotNull Coordinate center, @NotNull String categoryCode) Find nearest POIs with routing time (default count of 5).@NotNull ProximityResultProximityService.findNearestWithRouting(@NotNull Coordinate center, @NotNull String categoryCode, @NotNull ProximityRouteWeight weight, int count) Find nearest POIs with routing distance/time.Methods in com.cercalia.sdk.services that return types with arguments of type ProximityResultModifier and TypeMethodDescription@NotNull CompletableFuture<ProximityResult>ProximityService.findNearestAsync(@NotNull ProximityOptions options) Find nearest POIs asynchronously.