Browsers deny cross domain downloads. However you can load a script
from any domain (like image or css file).

JSON format has the benefit that it can be loaded as a script. Don't
use XMLHttpRequest but load the file the way like API script is
loaded.

<script src="https://app.test.com/json.ashx/locations?...";></script>

More info http://www.json.org/

-- 
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.

Reply via email to