diff options
Diffstat (limited to 'libraries/geocode-glib/README')
-rw-r--r-- | libraries/geocode-glib/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/geocode-glib/README b/libraries/geocode-glib/README new file mode 100644 index 0000000000000..6a7e5196f13e1 --- /dev/null +++ b/libraries/geocode-glib/README @@ -0,0 +1,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=true : Builds gtkdocs + INSTROSPECTION=true : Enables the introspection generation + TESTS=true : Build & install test programs |