Polygon constructor

const Polygon(
  1. List<List<LatLng>> coordinates
)

Creates a Polygon.

Implementation

const Polygon(this.coordinates);