private GoogleMap mMap; // Create a LatLngBounds that includes Australia. privateLatLngBoundsAUSTRALIA=newLatLngBounds( newLatLng(-44, 113), newLatLng(-10, 154));
// Set the camera to the greatest possible zoom level that includes the // bounds mMap.moveCamera(CameraUpdateFactory.newLatLngBounds(AUSTRALIA, 0));