Class Garmin.WayPoint

Object
   |
   +--Garmin.WayPoint

class Garmin.WayPoint


Garmin.WayPoint
Defined in GarminGpsDataStructures.js


Constructor Summary
Garmin.WayPoint(<Number> lat, <Number> lng, <Number> elev, <String> name, desc, sym)
            A waypoint represents a stored location.
 
Method Summary
 Garmin.DateTimeFormat getDate()
           Shortcut for directly getting the date/time
 String getDescription()
           Get waypoint description.
 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
 String getName()
           Get waypoint name.
 String getSymbol()
           Get waypoint symbol usually associated with a display icon.
 String getType()
           Get waypoint type.
 void initialize(lat, lng, elev, name, desc, sym, type)
           Prototype constructor
 Object toString()
          

Constructor Detail

Garmin.WayPoint

Garmin.WayPoint(<Number> lat, <Number> lng, <Number> elev, <String> name, desc, sym)

Method Detail

getDate

Garmin.DateTimeFormat getDate()

getDescription

String getDescription()

getElev

Number getElev()

getLat

Number getLat()

getLng

Number getLng()

getName

String getName()

getSymbol

String getSymbol()

getType

String getType()

initialize

void initialize(lat, lng, elev, name, desc, sym, type)

toString

Object toString()


Documentation generated by JSDoc on Fri Jun 22 16:23:52 2007