I have a geocoding PHP script that I call via an AJAX call. The php
script in turn hits the Yahoo! geocoder via an HTTP call and returns
the result in the AJAX reply.
I then wrapped this in a Javascript function so I just use it like:

var result = geocodePostcode("NE129AD", function(json) { alert("Coords
are..." + json.lat + json.lng) } );


On Sep 16, 1:16 pm, "Stefan Sturm" <[EMAIL PROTECTED]>
wrote:
> Hello,
>
> > This is crazy and leads to me using the Yahoo! geocoder from within my
> > Google Maps applications instead (the Yahoo! one is always spot on).
>
> How do you use the Yahoo! Geocoder? ServerSide or ClientSide?
>
> Greetings,
> Stefan Sturm
--~--~---------~--~----~------------~-------~--~----~
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