Page 8 of 8

Geolocation Tracking App

Posted: Wed Apr 17, 2013 9:00 pm
by Joe Paisley

Now the page loads, and it populates an address. Hooray!

But somehow, when I enter information into the input components, the "get directions" button click doesn't populate any route on the map component, or any turn by turn list in the "directionsPanel."

Any ideas as to what may be causing that? I've attached a screenshot of the log. Thanks! Image


Geolocation Tracking App

Posted: Wed Apr 17, 2013 9:16 pm
by Maryna Brodina

We would need time to figure it out...


Geolocation Tracking App

Posted: Thu Apr 18, 2013 11:45 am
by Kateryna Grynko

Hi Joe,

In "JavaScript1" asset replace the line:
codemap = new google.maps.Map(Tiggzi('directionsMap').gmap, mapOptions);/code
with the following:
codemap = Tiggzi('directionsMap').gmap;/code


Geolocation Tracking App

Posted: Thu Apr 18, 2013 8:01 pm
by Joe Paisley

Alright, so the original "map" page is working famously. Thank you so much! But we started the thread to address the "recordride" page. Shall we get back to that? I cannot stress enough how much I appreciate everyone's help!


Geolocation Tracking App

Posted: Fri Apr 19, 2013 12:27 pm
by Joe Paisley

I'll go ahead and restart/start another thread for the "recordride" page. This one is long enough I think!