|
GData JavaScript Client 1.2 | ||||||||
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 | |
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. |
Function
|
getEntryLinkClass()
Returns the class to use for representing gd:entryLink. |
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 |
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()
Function getEntryLinkClass()
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 1.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |