File: README

package info (click to toggle)
geocode-glib 3.26.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 784 kB
  • sloc: ansic: 5,782; sh: 125; xml: 36; makefile: 12
file content (28 lines) | stat: -rw-r--r-- 688 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
geocode-glib is a convenience library for the geocoding (finding longitude,
and latitude from an address) and reverse geocoding (finding an address from
coordinates). It uses Nominatim service to achieve that. It also caches
(reverse-)geocoding requests for faster results and to avoid unnecessary server
load.

Requirements
------------

geocode-glib requires json-glib, gio and libsoup to compile and run.

Applications using geocode-glib
-------------------------------

- Empathy
- Evolution

Links
-----

Nominatim API:
http://wiki.openstreetmap.org/wiki/Nominatim

Geocoding:
http://en.wikipedia.org/wiki/Geocoding

Reverse-Geocoding:
http://en.wikipedia.org/wiki/Reverse_geocoding