|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--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(<Number> lat, <Number> lng, <Number> elev, <String> name, addrdetails, desc, sym, type, cmt)
lat -
lng -
elev -
name -
| Method Detail |
void _initSubArea()
String getAddress()
String getCity()
String getComment()
String getCountry()
Garmin.DateTimeFormat getDate()
String getDescription()
Number getElev()
Number getLat()
Number getLng()
String getName()
String getState()
String getStreetAddr()
String getSymbol()
String getType()
String getZip()
void initialize(lat, lng, elev, name, addrdetails, desc, sym, type, cmt)
Object toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||