I have checked several questions (this one, this one and this one)
concerning zooming the google map to a given Polygon
or List<LatLng>
in Android, but I haven't been able to find an answer.
What would a function
public static int getZoomLevelForPolygon(final List<LatLng> listOfPolygonCoordinates)
look like? Is there a chance I can zoom the map to a certain polygon?