coordinates property

List<LatLng>? coordinates
getter/setter pair

The coordinates that define the polygon.

Optional.

Implementation

core.List<LatLng>? coordinates;