Database Reference
In-Depth Information
http://local.yahooapis.com/MapsService/V1/
geocode?appid=YD-9G7bey8_JXxQP6rxl.fBFGgCdNjoDMACQA--
&street=1+South+Broad+St&city=Philadelphia&state=PA
In response we get:
<?xml version="1.0"?>
<ResultSet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="urn:yahoo:maps"
xsi:schemaLocation=
"urn:yahoo:maps http://api.local.yahoo.com/MapsService/V1/
GeocodeResponse.xsd">
<Result precision="address">
<Latitude>39.951405</Latitude>
<Longitude>-75.163735</Longitude>
<Address>1 S Broad St</Address>
<City>Philadelphia</City>
<State>PA</State>
<Zip>19107-3300</Zip>
<Country>US</Country>
</Result>
</ResultSet>
To use this service with your mashup, you must sign up with Yahoo! and receive an Applic-
ation ID. Use that ID in with the appid parameter of the request URL. You can sign up at
http://developer.yahoo.com/wsregapp/ .
Search WWH ::




Custom Search