Class Track

Object
   |
   +--Track

class Track

 
Method Summary
 String __Garmin.Track.getDuration()
           Get the total duration for this track
 {TrackPoint} __Garmin.Track.getEnd()
           Get the end point for the track
 Garmin.DateTimeFormat __Garmin.Track.getEndDate()
           Get the DateTimeFormat object for the end of this track
 TrackSegment __Garmin.Track.getFirstSegment()
           Quick method to get the first point
 TrackSegment __Garmin.Track.getLastSegment()
           Quick method to get the last point
 {Number} __Garmin.Track.getLength()
           Get the total number of trackpoints in this track
 Number __Garmin.Track.getNumSegments()
           Get the total length of the track
 TrackSegment __Garmin.Track.getSegment(index)
           Get the segment specified on the track If the number is negative, get's the first If it's larger than possible, get's the last Otherwise it gets the number requested
 {TrackPoint} __Garmin.Track.getStart()
           Get the start point for the track
 Garmin.DateTimeFormat __Garmin.Track.getStartDate()
           Get the DateTimeFormat object for the start of this track
 Number __Garmin.Track.getStartLat()
           Get the latitude of the start point for the track
 Number __Garmin.Track.getStartLng()
           Get the lpngitude of the start point for the track
 Object __Garmin.Track.initialize()
          
 Object __Garmin.TrackSegment.initialize()
          


Method Detail

__Garmin.Track.getDuration

String __Garmin.Track.getDuration()

__Garmin.Track.getEnd

{TrackPoint} __Garmin.Track.getEnd()

__Garmin.Track.getEndDate

Garmin.DateTimeFormat __Garmin.Track.getEndDate()

__Garmin.Track.getFirstSegment

TrackSegment __Garmin.Track.getFirstSegment()

__Garmin.Track.getLastSegment

TrackSegment __Garmin.Track.getLastSegment()

__Garmin.Track.getLength

{Number} __Garmin.Track.getLength()

__Garmin.Track.getNumSegments

Number __Garmin.Track.getNumSegments()

__Garmin.Track.getSegment

TrackSegment __Garmin.Track.getSegment(index)

__Garmin.Track.getStart

{TrackPoint} __Garmin.Track.getStart()

__Garmin.Track.getStartDate

Garmin.DateTimeFormat __Garmin.Track.getStartDate()

__Garmin.Track.getStartLat

Number __Garmin.Track.getStartLat()

__Garmin.Track.getStartLng

Number __Garmin.Track.getStartLng()

__Garmin.Track.initialize

Object __Garmin.Track.initialize()

__Garmin.TrackSegment.initialize

Object __Garmin.TrackSegment.initialize()


Documentation generated by JSDoc on Mon Apr 16 11:23:41 2007