Hi all,
I wanted to know how I can calculate Speed, Bearing and other settings
if I define a KML-TRack

I have defined my properties file and it looks like so

Code:
requiresNetwork false
requiresSatellite false
requiresCell false
hasMonetaryCost false
supportsAltitude true
supportsBearing true
supportsSpeed true
repeat true
powerRequirement 1
hasSpeed true
hasAltitude true
hasBearing true
accuracy 10
trackSpeed 10


I call the method getSpeed like so myLocation.getSpeed() and I get
always 0,0 as speed, why?

Why doesn't it work?

Thank in advance
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to