Package com.cercalia.sdk.model.poi
Class PoiInPolygonOptions
java.lang.Object
com.cercalia.sdk.model.poi.PoiInPolygonOptions
Options for searching POIs within a polygon defined by WKT.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull PoiInPolygonOptions.Builderbuilder()@NotNull StringgetWkt()
-
Method Details
-
getCategories
- Returns:
- The list of POI category codes to search for.
-
getWkt
- Returns:
- The polygon geometry in Well-Known Text (WKT) format.
-
builder
- Returns:
- A new builder instance.
-