Polygon

@Serializable
data class Polygon(val coordinates: List<LngLat>) : MTOfflineRegionGeometry

A polygon defined by a series of coordinates (the boundary).

Constructors

constructor(coordinates: List<LngLat>)

Types

Properties

open override val bbox: MTBoundingBox

The bounding box that contains the entire geometry.