> I' looking for a possibility to get the borders of the currently SHOWN > map."LatLngBounds" returns the general borders but I want to get e.g. > the latitude value at the top and the bottom of the map.
Wjy wouldn't you just extract those values from the bounds? var top = mymap.getBounds().getNorthEast().lat() -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
