|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--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 |
String __Garmin.Track.getDuration()
{TrackPoint} __Garmin.Track.getEnd()
Garmin.DateTimeFormat __Garmin.Track.getEndDate()
TrackSegment __Garmin.Track.getFirstSegment()
TrackSegment __Garmin.Track.getLastSegment()
{Number} __Garmin.Track.getLength()
Number __Garmin.Track.getNumSegments()
TrackSegment __Garmin.Track.getSegment(index)
index - is the segment we want
{TrackPoint} __Garmin.Track.getStart()
Garmin.DateTimeFormat __Garmin.Track.getStartDate()
Number __Garmin.Track.getStartLat()
Number __Garmin.Track.getStartLng()
Object __Garmin.Track.initialize()
Object __Garmin.TrackSegment.initialize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||