blob: 10db582b4294d2376b0986d4cf61d1dc658b2dd2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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.
Below variables can be used to configure the build:
GTKDOC=yes : Builds gtkdocs
INTROSPECTION=no : Disables the introspection generation
TESTS=yes : Build & install test programs
|