[api] using uint32_t for geohash precision option
This commit is contained in:
@@ -185,7 +185,7 @@ typedef struct libpostal_near_dupe_hash_options {
|
|||||||
bool with_latlon;
|
bool with_latlon;
|
||||||
double latitude;
|
double latitude;
|
||||||
double longitude;
|
double longitude;
|
||||||
size_t geohash_precision;
|
uint32_t geohash_precision;
|
||||||
bool name_and_address_keys;
|
bool name_and_address_keys;
|
||||||
bool name_only_keys;
|
bool name_only_keys;
|
||||||
bool address_only_keys;
|
bool address_only_keys;
|
||||||
|
|||||||
Reference in New Issue
Block a user