If you just want to move the map, then there's no need to call the geocoder, use
map.setCenter(new GLatLng(36.5,-86.33333)) or map.panTo(new GLatLng(36.5,-86.33333)) Remember to convert your coordinates to numbers if you have them as strings. There was a change a few weeks ago that causes the geocoder to return the coordinates of the nearest reverse-geocodable point when passed the lat,lng coordinates. -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
