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, addrdetails, desc, sym, type, cmt)
            A waypoint represents a stored location.
 
Method Summary
 void _initSubArea()
           Initializes the subadministrative area, as designated by Google Maps API (see http://code.google.com/apis/maps/documentation/services.html#Geocoding_Structured).
 String getAddress()
           Get waypoint address XML string.
 String getCity()
           Get city that the waypoint is located in, according to Google Maps API.
 String getComment()
           Get comment.
 String getCountry()
           Get country that the waypoint is located in, according to Google Maps API.
 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 getState()
           Get state that the waypoint is located in, according to Google Maps API.
 String getStreetAddr()
           Get street address that the waypoint is located in, according to Google Maps API.
 String getSymbol()
           Get waypoint symbol usually associated with a display icon.
 String getType()
           Get waypoint type.
 String getZip()
           Get zip code that the waypoint is located in, according to Google Maps API.
 void initialize(lat, lng, elev, name, addrdetails, desc, sym, type, cmt)
           Prototype constructor
 Object toString()
          

Constructor Detail

Garmin.WayPoint

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

Method Detail

_initSubArea

void _initSubArea()

getAddress

String getAddress()

getCity

String getCity()

getComment

String getComment()

getCountry

String getCountry()

getDate

Garmin.DateTimeFormat getDate()

getDescription

String getDescription()

getElev

Number getElev()

getLat

Number getLat()

getLng

Number getLng()

getName

String getName()

getState

String getState()

getStreetAddr

String getStreetAddr()

getSymbol

String getSymbol()

getType

String getType()

getZip

String getZip()

initialize

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

toString

Object toString()


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