Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Hi I'm working in a mobile website and trying to create a link button to get map directions using user mobile device current location, is it possible?

share|improve this question

2 Answers

I'm guessing you're asking, via GPS? If yes, then no, you wouldn't be able to get that information from the phone through a mobile site. Can you imagine the security and privacy implications that would be caused by that?

If it were a mobile app, then you would most likely have access to the mobile devices API, which inturn you could use to send coordinates, if availible. Otherwise, I would say you are out of luck.

Your really only option is to provide the ol' default "Where are you" form for the user to fill in. Then it's just a matter of calling a mobile service such as Google Maps.

share|improve this answer
Ok, Thanks a lot for your response, I will think in another way to make it work – julio Gutierrez Mar 13 '10 at 20:21
the passing of time and see what happens? yep via gps. – matpol Jan 16 at 12:48

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.