Use Google map to show route and find distance between two point with driving option by using Ionic

Hi Guys,

I want to use Google map to show route and find distance between two point with driving option by using Ionic, same like in uber app which show direction with voice. Is this possible by using hybrid app like ionic. Please reply me

1 Like

@amarjitprasad
Yes it is possible in ionic you can utilize google maps api in ionic applications as well follow this link carefully :https://developers.google.com/maps/documentation/javascript/examples/directions-simple

1 Like

Thanks MdShuaib for response, i have already implement this by using that link as you see in my attached image. But there is no start navigation button come in the bottom which show route description with voice just like we are use in google map with GPS.

hey @amarjitprasad
One think you can do is launch an external google map application from your existing app
Try out this link will definately gonna help you out as it will provide you all the functionality you want https://github.com/dpa99c/phonegap-launch-navigator

1 Like

Thank you so much for this wonderful plugin.