toOutline abstract method
Generate the list of all the LatLngs forming the outline of this region
May not be supported on all region implementations.
Returns a Iterable<LatLng> which can be used anywhere.
Implementation
Iterable<LatLng> toOutline();