Uses of Class
com.cercalia.sdk.model.poi.PoiNearestOptions
Packages that use PoiNearestOptions
Package
Description
Point of Interest (POI) data models.
Core services for interacting with Cercalia APIs.
-
Uses of PoiNearestOptions in com.cercalia.sdk.model.poi
Methods in com.cercalia.sdk.model.poi that return PoiNearestOptionsModifier and TypeMethodDescription@NotNull PoiNearestOptionsPoiNearestOptions.Builder.build()static @NotNull PoiNearestOptionsQuick constructor for simple searches. -
Uses of PoiNearestOptions in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services with parameters of type PoiNearestOptionsModifier and TypeMethodDescriptionPoiService.searchNearest(@NotNull Coordinate center, @NotNull PoiNearestOptions options) Get the nearest POIs by straight-line distance.@NotNull CompletableFuture<List<Poi>>PoiService.searchNearestAsync(@NotNull Coordinate center, @NotNull PoiNearestOptions options) Get the nearest POIs by straight-line distance asynchronously.