Uses of Class
com.cercalia.sdk.model.poi.PoiNearestWithRoutingOptions
Packages that use PoiNearestWithRoutingOptions
Package
Description
Point of Interest (POI) data models.
Core services for interacting with Cercalia APIs.
-
Uses of PoiNearestWithRoutingOptions in com.cercalia.sdk.model.poi
Methods in com.cercalia.sdk.model.poi that return PoiNearestWithRoutingOptionsModifier and TypeMethodDescription@NotNull PoiNearestWithRoutingOptionsPoiNearestWithRoutingOptions.Builder.build() -
Uses of PoiNearestWithRoutingOptions in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services with parameters of type PoiNearestWithRoutingOptionsModifier and TypeMethodDescriptionPoiService.searchNearestWithRouting(@NotNull Coordinate center, @NotNull PoiNearestWithRoutingOptions options) Get the nearest POIs using routing distance/time.@NotNull CompletableFuture<List<Poi>>PoiService.searchNearestWithRoutingAsync(@NotNull Coordinate center, @NotNull PoiNearestWithRoutingOptions options) Get the nearest POIs using routing distance/time asynchronously.