Skip to main content

#Waze0 人がディスカッション中

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日 15: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