Class google.gdata.geo.GmlPoint
Object
|
+--google.gdata.geo.GmlPoint
- class
google.gdata.geo.GmlPoint
Describes a particular geographical point.
Defined in gdata.js
Constructor Summary |
google.gdata.geo.GmlPoint(<Object> opt_params)
Constructs a particular geographical point using an object parameter whose
property names match the setter method to use for each property.
|
Method Summary |
google.gdata.geo.GmlPos|undefined
|
getPos()
Returns the latitude and longitude.
|
void
|
setPos(<google.gdata.geo.GmlPos|Object|undefined> pos)
Sets the latitude and longitude.
|
$posClass_
Object $posClass_
google.gdata.geo.GmlPoint
google.gdata.geo.GmlPoint(<Object> opt_params)
Constructs a particular geographical point using an object parameter whose
property names match the setter method to use for each property.
Parameters:
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: pos.
getPos
google.gdata.geo.GmlPos|undefined getPos()
Returns the latitude and longitude. This element is optional.
Returns:
Latitude and longitude or undefined for none.
setPos
void setPos(<google.gdata.geo.GmlPos|Object|undefined> pos)
Sets the latitude and longitude. This element is optional.
Parameters:
pos
- Latitude and longitude, or object to use as a parameter to the google.gdata.geo.GmlPos constructor, or undefined for none.
Documentation generated by
JSDoc on Mon Nov 9 14:24:07 2009