Skip to main content

#Waze토론 중인 항목 0개

Marisa Mahoney 님이 #SF Maps에 질문했습니다

When I hit take me there and select a map to use "waze" it opens up Waze but doesn't actually put the address into waze. Anyone have this issue that can help troubleshoot?

 

#SF Maps  #Salesforce Maps  #Waze

답변 3개
  1. 2024년 2월 22일 오후 3:27

    @Marisa Mahoney I'd try reinstalling the waze app and see if it helps. If it doesn't, it's probably best to open a support case with the Salesforce Maps team

0/9000

Hi All,

 

I have requirement :

  • Add a "Directions" button on the restaurant mobile page,"Directions" button should pass the restaurant's location to the device's selected mapping app.Once this button is tapped, the user should be prompted to select their mapping app

So Using VF page(Salesforce1) how can i open Mapping app  like Waze, Google Maps, and Apple Maps (iOS only) etc ?

 

Thanks,

Raj

댓글 2개
  1. 2017년 2월 17일 오전 5:53

    I got it answer my self.

    Android :

    <a href="geo:0,0?daddr=delhi">Apple/Google Map</a>

    IOS :

    <a href="

    http://maps.apple.com/?daddr=mumbai

    ">Apple/Google Map</a>

    <a href="waze://?q=delhi&navigate=yes" >Waze map</a>

0/9000