Class PoiInExtentOptions

java.lang.Object
com.cercalia.sdk.model.poi.PoiInExtentOptions

public final class PoiInExtentOptions extends Object
Options for searching POIs within a map extent.
  • Method Details

    • getCategories

      @NotNull public @NotNull List<String> getCategories()
      Returns:
      The list of POI category codes to search for.
    • getIncludeMap

      @Nullable public @Nullable Boolean getIncludeMap()
      Returns:
      Whether to include a static map in the response.
    • getGridSize

      @Nullable public @Nullable Integer getGridSize()
      Returns:
      The grid size for POI clustering, in pixels.
    • builder

      @NotNull public static @NotNull PoiInExtentOptions.Builder builder()
      Returns:
      A new builder instance.