-
how we track mobile location and get exact location on map?0
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a
member of our community. Consider creating an
account or login.
Replies
-
Administrator • Jun 21, 2014
I think Android phones provide the facility to track your device. Android phones can be tracked on a map using the Android Device Tracker: #-Link-Snipped-# .sr patilhow we track mobile location and get exact location on map?
The procedure is simple:-
- Login to the Android Device Manager (URL above) using the account active on your Android phone.
- You should have the location settings turned on the android phone to let the device manager track your phone's current location.
- I tried the service and Google could locate the phone accurately within 1.5Km. Not quite useful; but at least tells you how far is your phone from you.
PS: I'm not sure if you're looking for a code or a program to track the phone. It'd be nice if you could describe your question a bit in more detail so that we can add more meaningful answers.Are you sure? This action cannot be undone. -
Member • Jun 21, 2014
sir. i want to say using android mobile it gets but my query is about whether is is possible to track mobile location using browser .I didn't get information from the internet so i have query about this?Are you sure? This action cannot be undone. -
Administrator • Jun 21, 2014
Still not clear what you are saying. The Android Device Manager is accessible from the browser and it shows a map and the current location of your mobile, provided you have the 'location' settings in your phone (GPS Receiver) enabled. Give it a try.sr patilsir. i want to say using android mobile it gets but my query is about whether is is possible to track mobile location using browser .I didn't get information from the internet so i have query about this?Are you sure? This action cannot be undone. -
Member • Jun 21, 2014
If you want to get location of your friend's location then you can use latitude option in Google map. You both have to login in Google map and then you can find location of each other.Are you sure? This action cannot be undone. -
Member • Jun 21, 2014
Yes it is possible through HTML5, the below mentioned link has everything you need
<a href="https://www.w3schools.com/html/html5_geolocation.asp" target="_blank" rel="nofollow noopener noreferrer">HTML Geolocation API</a>
Feel free to ask for any doubtsAre you sure? This action cannot be undone.