
Location in App
When we do share location, is it paid feature of Google Maps ? (like whatsapp paying to google in this case?? )
I want to use this feature in my app, so, do I need to pay to google ?
iOS/Android developer pls guide. 🙏🏻

One interview, 1000+ job opportunities
Take a 10-min AI interview to qualify for numerous real jobs auto-matched to your profile 🔑
Not a mobile developer, but looks like it: https://developers.google.com/maps/documentation/android-sdk/overview

https://developers.google.com/maps/documentation/urls/android-intents
Check this page in the documentation. You can get lat/long directly from the OS. You can then create a map intent. Any app listening to this can then be launched by the user. Like if you tap on a location link in whatsapp you will see GMap, Uber, Zomato etc as eligible apps. All this is free.
Now if you want to resolve the GPS coord to a place on map and show that address, you will need Google Places/Geocoding API. This will be paid. If you want to show a static map within your app, it will again be paid. You want to show navigation within the app like the delivery agent tracking within Swiggy, you need to pay Google.

You can add maps and current location for free but if you want to search for some location or want to put a waypoint to some other location, it will require api subscription which is charged based on number of wieries

you can use open source maps AFAIK