How to make cross-domain AJAX calls to Google Maps API?

Posted by Pedro on Stack Overflow See other posts from Stack Overflow or by Pedro
Published on 2010-05-27T13:59:33Z Indexed on 2010/05/27 14:31 UTC
Read the original article Hit count: 207

Hi everyone,

I'm trying to make a jQuery $.getJSON call to the Google Maps Geocoding webservice, but this doesn't work because of cross-domain security issues.

I haven't been able to figure it out online, but I've read a bit about Google Javascript API or JSONP, but so far no clear answer...

Could anyone enlight me?

Thanks!

© Stack Overflow or respective owner

Related posts about JSON

Related posts about cross-domain