1

I want to implement the below card (with drive/transit images used by the google maps application). When the drive icon is clicked i want to implement the maps showing the driving directions within my app itself. I have read through the documentation but i am not sure if it is even possible. Kindly help.

enter image description here

Yagna
  • 423
  • 1
  • 5
  • 15
  • 2
    Look at the [Google Maps APIs terms of service](https://developers.google.com/maps/terms#10-license-restrictions) and you will see this: `No navigation. You will not use the Service or Content for or in connection with (a) real-time navigation or route guidance; or (b) automatic or autonomous vehicle control.` – Daniel Nugent Jul 06 '16 at 14:30
  • 1
    @DanielNugent but how does uber and ola cabs showing there logo in google maps direction screen? – Prashanth Debbadwar Oct 19 '16 at 07:47

1 Answers1

0

Its possible to make driving direction in android google map using polyline.

Check this link.

http://www.androidtrainee.com/drawing-driving-route-directions-between-two-locations-using-google-directions-in-google-map-android-api-v2/

Manikandan K
  • 1,081
  • 1
  • 9
  • 17