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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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. |
|||||
|
