I was having a problem i parked my car in a crowded area. I was not able to find it in rush.
Is there a way i navigate my car by using google maps or gps .
Please guide me how to start with it . What i thought is where my car parked i will pin the lat long of that area but how to proceed further. Since it is requirement of many customers i guess to find car in a crowded bunch of cars
Asked
Active
Viewed 291 times
1

nanoweb
- 125
- 1
- 2
- 12
-
well there is no way to actually use a GPS in your car without a phone in it or any android software. – Rod_Algonquin Apr 28 '15 at 04:50
-
I think you should start by buying a good introductory book on Android development it is there you will learn about the *OnMapClickListener* and *OnMapLongClickListener* interface and how you can use the LocationManager or MyLocation events to listen for GPS coordinate changes. These are all needed to solve your problem as is getting Google Maps API V2 to display which requires you to get an API key. – Andrew S Apr 28 '15 at 04:51
2 Answers
1
Well GPS is not that accurate to pin point the location of your car, GPS in commercial phones has an accuracy of about 30m at best checkout the article here.
But still you can try as it may be better then we expect in some areas.
You should follow these steps:
- Get GPS Coordinates when you park the car (user clicks a button when he/she gets out of car) this is how to do that.
- When user is stuck in a crowded place, user should open the app and click find my car button.
- Clicking find my car should load google maps, show marker at the location you parked the car. click this and this for guidance.
- Get your location as in first point and get directions from your location to the cars location.
Abracadabra! You are done :)
0
- Google Maps. open google maps app on your phone. click on target like icon to get your location. mark the location. when you want to find your car... just click on the marked location and press get directions.
- use a tracking device. cheap ones are also availableavailable Note- this is not the appropriate place to ask this question.A bit of googling would have helped.

sudo_dudo
- 573
- 1
- 5
- 18