Top "Fitbounds" questions

Google Maps API v3: Can I setZoom after fitBounds?

I have a set of points I want to plot on an embedded Google Map (API v3). I'd like the …

javascript google-maps google-maps-api-3 fitbounds
Google Maps v3: Enforcing min. zoom level when using fitBounds

I'm drawing a series of markers on a map (using v3 of the maps api). In v2, I had the …

javascript google-maps google-maps-api-3 fitbounds
fitbounds() in Google maps api V3 does not fit bounds

I'm using the geocoder from Google API v3 to display a map of a country. I get the recommended viewport …

javascript google-maps google-maps-api-3 fitbounds
Google Maps v3 fitBounds() Zoom too close for single marker

Is there a way to set a max zoom level for fitBounds()? My problem is that when the map is …

google-maps fitbounds
Google Maps API V3 fitbounds() zooms out but never in

I've created a quite complex store locator of sorts. The user enters their zip and a table returns results with …

jquery google-maps google-maps-api-3 fitbounds
Google Maps fitBounds is not working properly

I have a problem with googlemaps fitBounds functions. for (var i = 0; i < countries.length; i++) { var country = countries[i]; …

javascript google-maps google-maps-api-3 fitbounds
google map map.fitBounds() and bounds.extend() are not working as expected.

I have a piece of code below which is using bounds.extend() and map.fitBounds() to resize the map to …

javascript google-maps google-maps-api-3 bounds fitbounds
setbounds on google maps api v3

I'm trying to set the bounds of a map fitbounds doesnt work because it puts some space around the bounds …

google-maps bounds fitbounds setbounds
Google Maps API v3 - Geocoder results issue with bounds

Goal: I want to have a custom search (geocode) function and be able to list and click each result and …

javascript google-maps google-maps-api-3 google-geocoder fitbounds
fitBounds of markers with Leaflet

I have a array of markers named markersand i add those markers in map using LeafletJs L.layerGroup(markers).addTo(…

leaflet fitbounds