Maps and Navigation SDK
search:search-client-api-v2
/
com.tomtom.sdk.search.client.model.geometry
/
PolygonGeometry
Polygon
Geometry
data
class
PolygonGeometry
(
val
vertices
:
List
<
GeoCoordinate
>
)
:
Geometry
Content copied to clipboard
Represents information about a polygon.
Constructors
Properties
Parameters
Parameters
vertices
The polygon's
coordinates
.
Constructors
Polygon
Geometry
Link copied to clipboard
fun
PolygonGeometry
(
vertices
:
List
<
GeoCoordinate
>
)
Content copied to clipboard
Properties
vertices
Link copied to clipboard
val
vertices
:
List
<
GeoCoordinate
>
Content copied to clipboard