mirror of
https://github.com/owntracks/recorder.git
synced 2026-04-09 00:36:50 +00:00
12 lines
312 B
Plaintext
12 lines
312 B
Plaintext
#define JSONDIR "store"
|
|
|
|
#define GEOHASH_PREC (7)
|
|
|
|
/*
|
|
* Google Maps reverse geocoding URL.
|
|
* If you need to use an API KEY, change the scheme to "https:"
|
|
* and add "&key=xxxxx" to the end of this URL
|
|
*/
|
|
|
|
#define GURL "http://maps.googleapis.com/maps/api/geocode/json?latlng=%lf,%lf&sensor=false&language=EN"
|