Maps and Navigation SDK
2.1.2
androidJvm
com.tomtom.sdk.routing:routing-common
/
com.tomtom.sdk.routing.range
/
RangeBoundary
/
Polygon
Polygon
@
RestrictToExtendedFlavor
(
value
=
[
ExternalScope.LIBRARY_GROUP
]
)
data
class
Polygon
(
val
points
:
List
<
GeoPoint
>
)
:
RangeBoundary
A polygon defined by vertices listed in counterclockwise order.
Members
Constructors
Polygon
Link copied to clipboard
constructor
(
points
:
List
<
GeoPoint
>
)
Properties
points
Link copied to clipboard
val
points
:
List
<
GeoPoint
>
The points describing the polygon.