sdk-search / com.tomtom.online.sdk.search.data.geometry.query / PolygonGeometry

PolygonGeometry

open class PolygonGeometry : Serializable

Represents the information about the polygon.

Constructors

<init>

PolygonGeometry(vertices: MutableList<LatLng!>!)

Instantiates a new PolygonGeometry object based on vertices.

Functions

getVertices

open fun getVertices(): Array<LatLng!>!

Gets a polygon's points.