Files
recorder/config.h.example
2015-08-16 12:51:06 +02:00

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"