gdesmott / manger-veggie

GNU Affero General Public License v3.0
5 stars 4 forks source link

Add google maps navigation #1

Closed gdesmott closed 9 years ago

gdesmott commented 9 years ago

Would be cool to be able to start google maps and let it navigate you to a restaurant.

http://stackoverflow.com/questions/16459426/android-navigation-intent

gdesmott commented 9 years ago

So I tried this: https://github.com/gdesmott/vegout/commit/9c712326edce5bb62c84b4c6eeeaf2dd20a5cf76

generating this kind of URL: https://maps.google.com/maps?saddr=my+location&daddr=50.8485475,4.3469062001

it works fine on desktop, but on Android it doesn't parse "my location" as an address and the coords are converted to 50,8485475,4,3469062001 which obviously doesn't work. :\

gdesmott commented 9 years ago

Looks like if we don't pass any saddr Google Maps does the right thing on Android which is the most important use case. Closing.