|
GData JavaScript Client 2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.Where
Describes a place (not necessarily a specific geographical location).
Defined in gdata.js
Field Summary | |
Object |
$entryLinkClass_
|
{string|undefined} |
label
User-readable label that identifies this location in case multiple locations may be present. |
{string|undefined} |
rel
Meaning of this location. |
{string|undefined} |
valueString
Text description of the place. |
<static> <final> {string} |
REL_EVENT
Place where the enclosing event occurs. |
<static> <final> {string} |
REL_EVENT_ALTERNATE
Secondary location. |
<static> <final> {string} |
REL_EVENT_PARKING
Nearby parking lot. |
Constructor Summary | |
google.gdata.Where(<Object> opt_params)
Constructs a place description using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
google.gdata.EntryLink|undefined
|
getEntryLink()
Returns the nested person or venue (Contact) entry. |
string|undefined
|
getLabel()
Returns the user-readable label that identifies this location in case multiple locations may be present. |
string|undefined
|
getRel()
Returns the meaning of this location. |
string|undefined
|
getValueString()
Returns the text description of the place. |
void
|
setEntryLink(<google.gdata.EntryLink|Object|undefined> entryLink)
Sets the nested person or venue (Contact) entry. |
void
|
setLabel(<string|undefined> label)
Sets the user-readable label that identifies this location in case multiple locations may be present. |
void
|
setRel(<string|undefined> rel)
Sets the meaning of this location. |
void
|
setValueString(<string|undefined> valueString)
Sets the text description of the place. |
Field Detail |
Object $entryLinkClass_
{string|undefined} label
{string|undefined} rel
{string|undefined} valueString
<static> <final> {string} REL_EVENT
<static> <final> {string} REL_EVENT_ALTERNATE
<static> <final> {string} REL_EVENT_PARKING
Constructor Detail |
google.gdata.Where(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: entryLink, label, rel, and valueString.
Method Detail |
google.gdata.EntryLink|undefined getEntryLink()
string|undefined getLabel()
string|undefined getRel()
string|undefined getValueString()
void setEntryLink(<google.gdata.EntryLink|Object|undefined> entryLink)
entryLink
- Nested person or venue (Contact) entry, or object to use as a parameter to the google.gdata.EntryLink constructor, or undefined for none.
void setLabel(<string|undefined> label)
label
- User-readable label that identifies this location in case multiple locations may be present or undefined for none.
void setRel(<string|undefined> rel)
rel
- Meaning of this location or undefined for none.
void setValueString(<string|undefined> valueString)
valueString
- Text description of the place or undefined for none.
|
GData JavaScript Client 2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |