How to create a link for all mobile devices that opens google maps with a route starting at the current location, destinating a given place?

前端 未结 10 571
无人及你
无人及你 2021-01-29 17:33

I rather thought this would not be so hard to find out but appearantly it is not easy to find an awesome cross device article, like you\'d expect.

I want to create a lin

10条回答
  •  暖寄归人
    2021-01-29 18:17

    Simple URL :

    https://www.google.com/maps/dir/?api=1&destination=lat,lng
    

    This url is specific for routing.

    Reference : https://developers.google.com/maps/documentation/urls/guide#directions-action

提交回复
热议问题