Hunt
Hunt

Reputation: 8425

Detect a speed in android

is it possible to detect a speed of a car using GPS or accelerometer in android phone ?

can anyone give me the road map to implement this ?

Upvotes: 3

Views: 13507

Answers (1)

Sergey Glotov
Sergey Glotov

Reputation: 20346

Yes, it's possible using GPS via object of Location class. There is getSpeed() method in this class.

It's very easy to find code of getting location. Check this link for example.

Upvotes: 6

Related Questions