open class PolygonGeometry : Serializable
Represents the information about the polygon.
PolygonGeometry(vertices: MutableList<LatLng!>!)
Instantiates a new PolygonGeometry object based on vertices. |
open fun getVertices(): Array<LatLng!>!
Gets a polygon's points. |