> Hi, my maps are no longer loading, I think it is because I am using > JSONP callbacks. I tried the suggested solution (from > here:http://groups.google.com/group/google-maps-api/browse_thread/thread/e...) > of putting callback=? as the last parameter in my query string, but it > still is not working.
The way you are using the geocoder isn't recommended. Use the HTTP interface serverside, use the geocoder functions of the API client side. You've nothing to lose, you have already loaded the maps API anyway. cheers, Ross K -- 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.
