toList abstract method

List<LatLng> toList()

Create a list of all the LatLngs along the outline of this region

Not supported on line regions: use toOutlines() instead.

Returns a List<LatLng> which can be used anywhere.

Implementation

List<LatLng> toList();