Hi all,

I am trying to simulate a route using a GPX file I have created.

When I load it into the emulator, I get the correct latitude and
longitude data. However, the Speed and Bearing are always returned as
0.0.

Does anyone know what I might be mising? Below is a sample of my GPX
file.

Any help will be greatly appreciated!

Mike


<gpx version='1.1'
    creator='www.maptogps.com'
    xmlns='http://www.topografix.com/GPX/1/1'
    xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
    xsi:schemaLocation='http://www.topografix.com/GPX/1/1
http://www.topografix.com/GPX/1/1/gpx.xsd'>

        <trk>
                <name>gpxdata M56</name>
                <trkseg>

                  <trkpt lat='53.357970718794' lon='-2.3310371210985'>
                        <ele>4.46</ele>
                        <speed>4.23</speed>
                        <time>2009-10-17T18:36:32Z</time>
                  </trkpt>

                  <trkpt lat='53.359113238527' lon='-2.3704126972716'>
                        <ele>4.94</ele>
                        <speed>5.23</speed>
                        <time>2009-10-17T18:37:32Z</time>
                  </trkpt>

                  <trkpt lat='53.357887074588' lon='-2.3287827189438'>
                        <ele>6.87</ele>
                        <speed>6.23</speed>
                        <time>2009-10-17T18:37:36Z</time>
                  </trkpt>

                </trkseg>
        </trk>

</gpx>

-- 
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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to