On Sep 15, 11:15 am, Steven Dorst <[email protected]> wrote:
> The PHP script is:

That all seems a very peculiar way of doing things! It looks like you
geocode the lat/lng and then reload the page to display the result. Is
that all done server-side because you need a dollar-separated string?

It's decidedly odd to be using the full-blown Javascript API server-
side; and may be against the Terms. Why are you not simply using the
HTTP geocoder interface and interpreting the result (which can be XML
or JSON)? That's what it's there for.

http://maps.google.com/maps/api/geocode/xml?latlng=52.371,4.9&sensor=false

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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