I am facing a very strange problem while implementing Google navigation in my Android application.
I am implementing Google navigation by opening the URL -
https://maps.google.co.in/maps?saddr=xxxxxxxxxxxxxxxxxx&daddr=xxxxxxxxxxxxx
where xxxx means source address and destination address.
Using an implicit intent. I am successfully able to get the navigation to the place by opening the web url in desktop.
But when i try to run the application on the device, the url redirects itself to google search page. And when i press back button, i get a navigation route from current location (as per google map), to current location obtained using Reverse Geocoding. In short the url above mentioned does't serve its purpose.
Please help me solve the problem. If the Google navigation implementation is wrong, please help me out in that as well.
Thanks in advance