Search found 14 matches

Go to advanced search

by Colin Snowmann
Sun Apr 13, 2014 9:33 pm
Forum: Issues
Topic: GOOGLE MAPS API
Replies: 1
Views: 99
 
Jump to post

GOOGLE MAPS API

I am looking to utilize the goelocation GOOGLE maps API. I need to create an app that navigates to a specified location from the user's current location, without the user entering any sort of information. Once the user has reached this specified location a page is to pop up

by Colin Snowmann
Sat Apr 12, 2014 11:48 pm
Forum: Issues
Topic: Google Maps geolocation
Replies: 20
Views: 882
 
Jump to post

Google Maps geolocation

Hey thanks I have looked at that ..tutorial but I wanted to do that using the above .. and then invoking a new screen once a destination has been reached

by Colin Snowmann
Sat Apr 12, 2014 5:36 pm
Forum: Issues
Topic: Google Maps geolocation
Replies: 20
Views: 882
 
Jump to post

Google Maps geolocation

Hey, I don't know if this is possible, but rather than the user entering the input source how do I automate this so that the user's current location is used rather?

by Colin Snowmann
Sat Apr 12, 2014 1:04 pm
Forum: Issues
Topic: Google Maps geolocation
Replies: 20
Views: 882
 
Jump to post

Google Maps geolocation

Thank you very much for your assistance, however I'm still in state of confusion here. Where do I place that code? Do I put in the popup page and redirect it to the inputdestination and equate that to my desired location of which I need the pop up to be activated ?

by Colin Snowmann
Fri Apr 11, 2014 6:05 pm
Forum: Issues
Topic: Google Maps geolocation
Replies: 20
Views: 882
 
Jump to post

Google Maps geolocation

Hey Katya.. The issue has been resolved and the issue was due to naming the objects..I have question..How do I invoke a new window or a pop when A specified destination has been reached ?

by Colin Snowmann
Fri Apr 11, 2014 2:33 pm
Forum: Issues
Topic: Google Maps geolocation
Replies: 20
Views: 882
 
Jump to post

Google Maps geolocation

Please note that the app was customized by removing the directions panel

by Colin Snowmann
Fri Apr 11, 2014 2:15 pm
Forum: Issues
Topic: Google Maps geolocation
Replies: 20
Views: 882
 
Jump to post

Google Maps geolocation

I have made all those changes and still no avail
Image

by Colin Snowmann
Fri Apr 11, 2014 1:57 pm
Forum: Issues
Topic: Google Maps geolocation
Replies: 20
Views: 882
 
Jump to post

Google Maps geolocation

by Colin Snowmann
Fri Apr 11, 2014 1:37 pm
Forum: Issues
Topic: Google Maps geolocation
Replies: 20
Views: 882
 
Jump to post

Google Maps geolocation

I did not invoke the service, I ran javascript and I placed the code as shwn below Image

by Colin Snowmann
Fri Apr 11, 2014 1:15 pm
Forum: Issues
Topic: Google Maps geolocation
Replies: 20
Views: 882
 
Jump to post

Google Maps geolocation

This is javascript code that I've used: var directionsDisplay; var directionsService = new google.maps.DirectionsService(); function initialize() { directionsDisplay = new google.maps.DirectionsRenderer(); } function displayDirections(sourceAddress, destinationAddress, map) { var request = { origin:...

Go to advanced search