mtransitapps / mtransit-for-android-gradle

MonTransit for Android Gradle project
https://play.google.com/store/apps/details?id=org.mtransit.android
Apache License 2.0
7 stars 2 forks source link

Onboarding > Use web service to get location (instead of permission) #192

Closed mmathieum closed 7 months ago

mmathieum commented 7 months ago

As a new app user opening the app for the 1st time, I want to see suggested nearby agency w/o having to grant location permission


Only 1 request during the 1st launch if no module installed -> cache the result forever (only use for nearby modules).

Solutions:

mmathieum commented 7 months ago
curl "http://ipwho.is/?output=json&fields=latitude,longitude"
{"latitude":45.5016889,"longitude":-73.567256}

https://ipwhois.io/documentation#endpoint