Is Location.reverseGeocodeAsync(location) free?

Hello everyone. I wanted to know if Location.reverseGeocodeAsync (location) was free, especially when I do the build for Ios and Android. Thank you.

Hey @giuliofederico, if you use the native implementations there won’t be a cost incurred. If you opt to use Google Maps and provide your Google API Key, you’ll incur costs based on Google’s pricing policy for geocoding (Geocoding API  |  Google Developers)

Cheers,
Adam

As I imagined, thank you very much @adamjnav

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.