polygon property

List<LatLng> polygon
final

A list of coordinates to create a polygon. The polygon is always considered closed, regardless of whether the last point equals the first or not.

Implementation

final List<LatLng> polygon;