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
A
Andreas Schacherbauer
said
about 9 years ago
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.
Phil Phil