Hi, I'm using google geocoding service as described here<http://code.google.com/apis/maps/documentation/services.html#Geocoding_Object> :
In the example the url for the request is: http://maps.google.com/maps/geo?output=json&...&callback=_xdc_._1fsm2u0k2 and the response: _xdc_._1fsm2u0k2 && _xdc_._1fsm2u0k2({ "name": "1600 Amphitheatre Pky, Mountain View, CA", "Status": { ... ... ... } ) I understand how cross domain requests work but I don't understand why google respond with: _xdc_._1fsm2u0k2 && _xdc_._1fsm2u0k2({... and not with: _xdc_._1fsm2u0k2({... Why the double callback in the response? Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
