Uses of Class
com.cercalia.sdk.model.poi.Poi
Packages that use Poi
Package
Description
Point of Interest (POI) data models.
Core services for interacting with Cercalia APIs.
-
Uses of Poi in com.cercalia.sdk.model.poi
Methods in com.cercalia.sdk.model.poi that return Poi -
Uses of Poi in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services that return types with arguments of type PoiModifier and TypeMethodDescriptionPoiService.searchAlongRoute(@NotNull PoiAlongRouteOptions options) Get POIs along a route.@NotNull CompletableFuture<List<Poi>>PoiService.searchAlongRouteAsync(@NotNull PoiAlongRouteOptions options) Get POIs along a route asynchronously.PoiService.searchInExtent(@NotNull MapExtent extent, @NotNull PoiInExtentOptions options) Get POIs inside a map extent.@NotNull CompletableFuture<List<Poi>>PoiService.searchInExtentAsync(@NotNull MapExtent extent, @NotNull PoiInExtentOptions options) Get POIs inside a map extent asynchronously.PoiService.searchInPolygon(@NotNull PoiInPolygonOptions options) Get POIs inside a polygon.@NotNull CompletableFuture<List<Poi>>PoiService.searchInPolygonAsync(@NotNull PoiInPolygonOptions options) Get POIs inside a polygon asynchronously.PoiService.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.PoiService.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.