|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--Garmin.Track
| Method Summary | |
void
|
addSegment(trackSegment)
|
String
|
getDuration()
Get the total duration for this track |
{TrackPoint}
|
getEnd()
Get the end point for the track |
Garmin.DateTimeFormat
|
getEndDate()
Get the DateTimeFormat object for the end of this track |
TrackSegment
|
getFirstSegment()
Quick method to get the first point |
TrackSegment
|
getLastSegment()
Quick method to get the last point |
{Number}
|
getLength()
Get the total number of trackpoints in this track |
Number
|
getNumSegments()
Get the total length of the track |
TrackSegment
|
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}
|
getStart()
Get the start point for the track |
Garmin.DateTimeFormat
|
getStartDate()
Get the DateTimeFormat object for the start of this track |
Number
|
getStartLat()
Get the latitude of the start point for the track |
Number
|
getStartLng()
Get the lpngitude of the start point for the track |
Object
|
initialize()
|
Object
|
isDrawable()
|
Object
|
toString()
|
| Method Detail |
void addSegment(trackSegment)
String getDuration()
{TrackPoint} getEnd()
Garmin.DateTimeFormat getEndDate()
TrackSegment getFirstSegment()
TrackSegment getLastSegment()
{Number} getLength()
Number getNumSegments()
TrackSegment getSegment(index)
index - is the segment we want
{TrackPoint} getStart()
Garmin.DateTimeFormat getStartDate()
Number getStartLat()
Number getStartLng()
Object initialize()
Object isDrawable()
Object toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||