[api] using uint32_t for geohash precision option

This commit is contained in:
Al
2017-12-30 02:32:35 -05:00
parent 434bbd4dc2
commit 3263c84b32

View File

@@ -185,7 +185,7 @@ typedef struct libpostal_near_dupe_hash_options {
bool with_latlon;
double latitude;
double longitude;
size_t geohash_precision;
uint32_t geohash_precision;
bool name_and_address_keys;
bool name_only_keys;
bool address_only_keys;