On Nov 4, 6:51 am, cryothic <[EMAIL PROTECTED]> wrote: > Hi, > > Living in the netherlands usualy gives my LatLong values like: 52.xxxx > (LAT), 4.xxxx (LONG) > > Calling the GEOCoding webservice results in inconsistent values. > > Output as JSon or XML returns: 4.xxxxxx (LONG), 52.xxxxxx(LAT), while > output as CSV returns 52.xxxx(LAT), 4.xxxxx(LONG) > > How come XML and JSon result the LatLong in reversed direction? > Becausing making a point on a map requires "new GLatLng(LAT, LONG)". > > Why this inconsistency?
How are you calling the web service in each case? -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
