Uses of Class
com.cercalia.sdk.model.poi.MapExtent
Packages that use MapExtent
-
Uses of MapExtent in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services with parameters of type MapExtentModifier and TypeMethodDescriptionPoiService.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.