Package com.cercalia.sdk.model.poi
Class PoiInExtentOptions
java.lang.Object
com.cercalia.sdk.model.poi.PoiInExtentOptions
Options for searching POIs within a map extent.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull PoiInExtentOptions.Builderbuilder()@Nullable Integer@Nullable Boolean
-
Method Details
-
getCategories
- Returns:
- The list of POI category codes to search for.
-
getIncludeMap
- Returns:
- Whether to include a static map in the response.
-
getGridSize
- Returns:
- The grid size for POI clustering, in pixels.
-
builder
- Returns:
- A new builder instance.
-