> but when I drag it or move it using arrows ? how to get the center or
> bounds
>
> Is there any way for it?
Yes. Have you looked at other posts for clues? A recent one -
http://groups.google.com/group/google-maps-api/browse_thread/thread/33d9a41e4d001451#
When the map is moved it generates 'events'
http://code.google.com/apis/maps/documentation/events.html
You can listen for these events using code event listeners and take
some action when triggered.
Have a look at how this works -
http://econym.org.uk/gmap/dualmaps.htm
> Requirement:I am trying to load more markers onto the map using the
> center ,So if some ones moves the map from Palo Alto to san Franciso
> new markers should be loaded based upon the center..
It' smart to have a buffer around your map, i.e. fetch markers for a
slightly bigger area than the visible map, so that it won't re-fetch
for small movements -
http://groups.google.com/group/google-maps-api/browse_thread/thread/bb3d57e3f051433c
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" 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-api?hl=en.