On Mar 25, 6:17 am, Webdeveloper <[email protected]> wrote: > Hello all. > > I am trying to update markers on a Gmap with GDownloadUrl(). > > The test site is here:http://local.blogrworld.com > > I have declared var map before any other javascript, so it should be > global, right?
Yes. > > Then I try to update those markers with GDownloadUrl(), but that > doesn't work out. The issue I am seeing is that http://local.blogrworld.com/ajax_genxml.php?ll=(37.4419,-122.1419) Doesn't work. -- Larry > "map is undefined" > > The corresponding line says > "map.setCenter(new GLatLng(oldlat, oldlon), 13);" > > I have the feeling I'm missing something simple but important.... > > Any help would be very much appreciated. > > Thanks! > > Chris -- 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.
