WifiLocation icon indicating copy to clipboard operation
WifiLocation copied to clipboard

Typo in considerIp field

Open Eyal-Shalev opened this issue 5 months ago • 0 comments

The considerIp field Specifies whether to fall back to IP geolocation if WiFi and cell tower signals are missing, empty, or not sufficient to estimate device location.

In this library you used considerIP (notice the uppercase P), which means Google ignores this and defaults to true.

https://github.com/gmag11/WifiLocation/blob/21c4ce7b38727d34cbe4db7d42bf8129cc1ffb4e/src/WifiLocation.cpp#L136

Eyal-Shalev avatar Mar 15 '24 22:03 Eyal-Shalev