On 30 Dec, 14:52, "[email protected]" <[email protected]> wrote:
> Use setInterval to call a function that adds your markers to the map
> every minute. Either remove all the markers and re-add them, add new
> ones and remove ones that are no longer present or move the existing
> markers to the new locations. The simplest way would be to do a
> map.clearOverlays() then re-add the markers to the map, but that may
> not be the functionality you are looking for.
>
>
>
> > 2) I want to set the correct zoom and map boundaries for all points to
> > be visible after each refresh
>
> See Mike Williams' tutorial:
> Part 14 Fitting the map zoom to the datahttp://econym.org.uk/gmap/basic14.htm
>
> -- Larry
Thanks Larry!
It works to my satisfaction now!
Happy New Year!
//A
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---