Using Yahoo GeoCoder Service in Phobos
Demo
(Hint: Enter a location, e.g. "austin, tx", "san jose, ca")
(Hint: Enter a location, e.g. "austin, tx", "san jose, ca")
This demo uses an XMLHttpProxy client to access the Yahoo Geocoder service. Please refer to Greg's article to learn more about XMLHttpProxy.
In Phobos, an application may request to use XMLHttpProxy by adding the line
library.jmaki.useProxy()
in its startup.js file. The service request URL is expected to be "/xhp".
We are working on making it configurable in the upcoming release.