开发者

Calculate Speed using GPS in Android [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can开发者_如何转开发 be reopened, visit the help center. Closed 10 years ago.

I want to develop an Android App, which will give me the speed with which I am travelling. Please suggest me some webSites from where I can get some help.

I know there is a function like Location.getSpeed(). But don't know how exactly it works.


First read this article to learn how to get GPS fixes.

You can call getSpeed() in your location listener, in the onLocationChanged() callback.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜