Skip Menu |

This queue is for tickets about the Geo-Coder-Yahoo CPAN distribution.

Report information
The Basics
Id: 58749
Status: rejected
Priority: 0/
Queue: Geo-Coder-Yahoo

People
Owner: Nobody in particular
Requestors: justincase [...] yopmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: PlaceFinder replaces the Yahoo! Maps Web Services Geocoding API, which has been deprecated.
Yahoo Maps API has been deprecated according to: http://developer.yahoo.com/geo/placefinder/ The new service also has the option to output JSON instead of XML.
Subject: Re: [rt.cpan.org #58749] PlaceFinder replaces the Yahoo! Maps Web Services Geocoding API, which has been deprecated.
Date: Fri, 25 Jun 2010 00:16:21 +0200
To: bug-Geo-Coder-Yahoo [...] rt.cpan.org
From: Ask Bjørn Hansen <ask [...] perl.org>
On Jun 24, 2010, at 0:25, Justin Case via RT wrote: Show quoted text
> Yahoo Maps API has been deprecated according to: > http://developer.yahoo.com/geo/placefinder/ > > The new service also has the option to output JSON instead of XML.
Cool -- that'll make things easier. Did they change the return format? Also, patches welcome. ;-) http://github.com/abh/Geo-Coder-Yahoo - ask
I had a look at the new API and it's just too different. The request is easy, of course, but I don't know that I could accurately map the response to the old response format. There's (poorly named?) Geo::Coder::Placefinder module; I'd suggest using that if you want to use the new API. I'll put a reference to that in the next release.