On Oct 6, 9:40 pm, Chip <[EMAIL PROTECTED]> wrote: > I'm sure this is rather simple. I just need to create a link on my > map that when clicked, will change the focus of the map to different > co-ordinates. > > what would be the general procedure for this? Did you look at: 1. the documentation? http://code.google.com/apis/maps/documentation/
2. Mike Williams' tutorial? http://econym.org.uk/gmap/ 3. the Posting Guidelines? http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines if your map variable is global, this should work: map.setCenter(new GLatLng(newLat, newLng)); But without seeing your map, who knows. -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
