Class google.gdata.geo.W3CPoint
Object
|
+--google.gdata.geo.W3CPoint
- class
google.gdata.geo.W3CPoint
Describes a W3C geographical location.
Defined in gdata.js
Constructor Summary |
google.gdata.geo.W3CPoint(<Object> opt_params)
Constructs a W3C geographical location using an object parameter whose
property names match the setter method to use for each property.
|
Method Summary |
google.gdata.geo.GeoLat|undefined
|
getGeoLatitude()
Returns the W3C latitude.
|
google.gdata.geo.GeoLong|undefined
|
getGeoLongitude()
Returns the W3C longitude.
|
void
|
setGeoLatitude(<google.gdata.geo.GeoLat|Object|undefined> geoLatitude)
Sets the W3C latitude.
|
void
|
setGeoLongitude(<google.gdata.geo.GeoLong|Object|undefined> geoLongitude)
Sets the W3C longitude.
|
$geoLatitudeClass_
Object $geoLatitudeClass_
$geoLongitudeClass_
Object $geoLongitudeClass_
google.gdata.geo.W3CPoint
google.gdata.geo.W3CPoint(<Object> opt_params)
Constructs a W3C geographical location 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: geoLatitude and geoLongitude.
getGeoLatitude
google.gdata.geo.GeoLat|undefined getGeoLatitude()
Returns the W3C latitude. This element is optional.
Returns:
W3C latitude or undefined for none.
getGeoLongitude
google.gdata.geo.GeoLong|undefined getGeoLongitude()
Returns the W3C longitude. This element is optional.
Returns:
W3C longitude or undefined for none.
setGeoLatitude
void setGeoLatitude(<google.gdata.geo.GeoLat|Object|undefined> geoLatitude)
Sets the W3C latitude. This element is optional.
Parameters:
geoLatitude
- W3C latitude, or object to use as a parameter to the google.gdata.geo.GeoLat constructor, or undefined for none.
setGeoLongitude
void setGeoLongitude(<google.gdata.geo.GeoLong|Object|undefined> geoLongitude)
Sets the W3C longitude. This element is optional.
Parameters:
geoLongitude
- W3C longitude, or object to use as a parameter to the google.gdata.geo.GeoLong constructor, or undefined for none.
Documentation generated by
JSDoc on Tue Sep 22 18:28:55 2009