Object
|
+--google.gdata.geo.GeoRssWhere
- class
google.gdata.geo.GeoRssWhere
Describes a geographical location or region.
Defined in gdata.js
Constructor Summary |
google.gdata.geo.GeoRssWhere(<Object> opt_params)
Constructs a geographical location or region using an object parameter whose
property names match the setter method to use for each property.
|
Method Summary |
google.gdata.geo.GmlEnvelope|undefined
|
getEnvelope()
Returns the Gml geographical region.
|
google.gdata.geo.GmlPoint|undefined
|
getPoint()
Returns the particular geographical point.
|
void
|
setEnvelope(<google.gdata.geo.GmlEnvelope|Object|undefined> envelope)
Sets the Gml geographical region.
|
void
|
setPoint(<google.gdata.geo.GmlPoint|Object|undefined> point)
Sets the particular geographical point.
|
$envelopeClass_
Object $envelopeClass_
$pointClass_
Object $pointClass_
google.gdata.geo.GeoRssWhere(<Object> opt_params)
Constructs a geographical location or region 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: envelope and point.
getEnvelope
google.gdata.geo.GmlEnvelope|undefined getEnvelope()
Returns the Gml geographical region. This element is optional.
Returns:
Gml geographical region or undefined for none.
getPoint
google.gdata.geo.GmlPoint|undefined getPoint()
Returns the particular geographical point. This element is optional.
Returns:
Particular geographical point or undefined for none.
setEnvelope
void setEnvelope(<google.gdata.geo.GmlEnvelope|Object|undefined> envelope)
Sets the Gml geographical region. This element is optional.
setPoint
void setPoint(<google.gdata.geo.GmlPoint|Object|undefined> point)
Sets the particular geographical point. This element is optional.
Parameters:
point
- Particular geographical point, or object to use as a parameter to the google.gdata.geo.GmlPoint constructor, or undefined for none.
Documentation generated by
JSDoc on Thu May 21 13:07:57 2009