|
GData JavaScript Client 2.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.client.Query | +--google.gdata.maps.MapQuery
Describes a query for the feed of user-created maps.
Defined in gdata.js
Fields inherited from class google.gdata.client.Query |
feedUri
|
Constructor Summary | |
google.gdata.maps.MapQuery(<string> feedUri)
Constructor. |
Method Summary | |
Number?
|
getMaxResults()
Returns the maximum number of results to be retrieved. |
String?
|
getPrevId()
Returns the the last feature of the previous page in the feed. |
Boolean?
|
getShowDeleted()
Returns the should tombstones be returned. |
Number?
|
getStartIndex()
Returns the 1-based index of the first result to be retrieved. |
void
|
setMaxResults(<Number|string|null> maxResults)
Sets the maximum number of results to be retrieved. |
void
|
setPrevId(<String?> prevId)
Sets the the last feature of the previous page in the feed. |
void
|
setShowDeleted(<Boolean|string|null> showDeleted)
Sets the should tombstones be returned. |
void
|
setStartIndex(<Number|string|null> startIndex)
Sets the 1-based index of the first result to be retrieved. |
Methods inherited from class google.gdata.client.Query |
setParamDef, setParam, getPath, getUri, getParam
|
Constructor Detail |
google.gdata.maps.MapQuery(<string> feedUri)
feedUri
- URI of feed.
Method Detail |
Number? getMaxResults()
null
to indicate that the parameter is disabled.
String? getPrevId()
null
to indicate that the parameter is disabled.
Boolean? getShowDeleted()
null
to indicate that the parameter is disabled.
Number? getStartIndex()
null
to indicate that the parameter is disabled.
void setMaxResults(<Number|string|null> maxResults)
maxResults
- Maximum number of results to be retrieved or an equivalent string value or null
to disable this parameter.
void setPrevId(<String?> prevId)
prevId
- The last feature of the previous page in the feed or null
to disable this parameter.
void setShowDeleted(<Boolean|string|null> showDeleted)
showDeleted
- Should tombstones be returned or an equivalent string value or null
to disable this parameter.
void setStartIndex(<Number|string|null> startIndex)
startIndex
- 1-based index of the first result to be retrieved or an equivalent string value or null
to disable this parameter.
|
GData JavaScript Client 2.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |