Class Garmin.TrackPoint

Object
   |
   +--Garmin.TrackPoint

class Garmin.TrackPoint


Garmin.TrackPoint
Deprecated use Garmin.Activity instead

Defined in GarminGpsDataStructures.js


Constructor Summary
Garmin.TrackPoint()
            TrackPoint class reprsents a point from a track.
A TrackPoint contains an associative array of measurements, which can be retrieved with a #getMeasurement call passing in a string index.
Equivalent to a in GPX format
 
Method Summary
 Garmin.DateTimeFormat getDate()
           Shortcut for directly getting the date/time
 Number getElev()
           Shortcut for directly getting the elevation value
 Number getLat()
           Shortcut for directly getting the lat value
 Number getLng()
           Shortcut for directly getting the longitude value
 Object getMeasurement(<String> context)
           Get a Measurement from this TrackPoint If the measurement does not exist - return null
 void initialize()
           prototype constructor
 Boolean isValidLocation()
           Determines if this TrackPoint point is valid for determing location
 Object toString()
          

Constructor Detail

Garmin.TrackPoint

Garmin.TrackPoint()

Method Detail

getDate

Garmin.DateTimeFormat getDate()

getElev

Number getElev()

getLat

Number getLat()

getLng

Number getLng()

getMeasurement

Object getMeasurement(<String> context)

initialize

void initialize()

isValidLocation

Boolean isValidLocation()

toString

Object toString()


Documentation generated by JSDoc on Wed Apr 9 16:12:40 2008