In my application i need to find the vehicle status, i can get speed of vehicle using location manager but many article told that getting speed from location manager is not accurate, can anyone suggest me
which method is best to find vehicle status
can i use geofence method to identify my vehicle status
All suggestion are welcome
Thanks
What do you mean by vehicle status?
If you mean speed, you can do the following:
distance / time
.You can keep repeating this for every new location you find and you will have the speed of the vehicle. You can read more about Android LocationStrategies.