TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
maulik patel
NA
370
0
How to get lat long for user location with web application?
Jan 20 2017 7:23 AM
we have web application developed and we capture user location using java script google api but we don't get proper result through it.Kindly suggest any better way to implement it and get better result for user location.
navigator.geolocation.getCurrentPosition(function (position) {
// $("#iframeloading").hide();
if (position !== undefined) {
curlat = position.coords.latitude;
curlon = position.coords.longitude;
}
});
Reply
Answers (
1
)
difference b/w driver.get() and driver.navigate.to() in selenium webdriver?
Error CreateServer Binding for WMI Create website (C#)