Search found 2 matches

Go to advanced search

by silvère Akouala
Wed Jul 23, 2014 7:36 am
Forum: Issues
Topic: Mobile app with Google Map and automatic Google Directions API
Replies: 3
Views: 139
 
Jump to post

Mobile app with Google Map and automatic Google Directions API

Dear Yurii, Please find fonctions and the screen shot. Best regards. function initialize() { directionsDisplay = new google.maps.DirectionsRenderer(); } function displayDirections(sourceAddress, destinationAddress, map) { var request = { origin: sourceAddress, destination: destinationAddress, travel...
by silvère Akouala
Mon Jul 21, 2014 9:47 pm
Forum: Issues
Topic: Mobile app with Google Map and automatic Google Directions API
Replies: 3
Views: 139
 
Jump to post

Mobile app with Google Map and automatic Google Directions API

Hi, I followed this tutorial to add directions to my app: http://devcenter.appery.io/tutorials/... I call the initialize method once the page is loaded and the displayDirections method on page show. It's working on test link not on mobile. How can I do because I wanted to call displayDirections meth...

Go to advanced search