/usr/share/doc/libgeocode-glib0/README is in libgeocode-glib0 0.99.0-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | geocode-glib is a convenience library for the Yahoo! Place Finder
APIs, as described at:
http://developer.yahoo.com/geo/placefinder/
The Place Finder web service allows to do geocoding (finding longitude
and latitude from an address), and reverse geocoding (finding an address
from coordinates).
Requirements
------------
geocode-glib requires json-glib, gio and libsoup to compile and run.
Links
-----
Place Finder APIs:
http://developer.yahoo.com/geo/placefinder/
Geocoding:
http://en.wikipedia.org/wiki/Geocoding
Reverse-Geocoding:
http://en.wikipedia.org/wiki/Reverse_geocoding
|