Start a new topic

how to click marker and link to google map

how to click marker and link to google map


Hello all

I use Wikitude with appcelerator and I would like to be able to click on a marker to open the native Maps on iPhone with the position of the marker

How can I do that ?

 

Thanks

 

Hi,
you can use the following api on native iOS to do so: -openUrl: here is a example.
To pass the url to the Titanium application, you can use the architectsdk:// url protocol and the corresponding callback funtionality from the Wikitude SDK. Please refer to our Titanium documentation on how to use the API. It is also used in our sample Titanium example application.

Please find out by yourself how you can use the mentioned openUrl API from inside your Titanium application.

Best regards
Andreas 
Login or Signup to post a comment