Class google.gdata.maps.FeatureFeed
Object
|
+--google.gdata.atom.Feed
|
+--google.gdata.Feed
|
+--google.gdata.maps.FeatureFeed
- class
google.gdata.maps.FeatureFeed
- extends google.gdata.Feed
Describes a feature feed.
Defined in gdata.js
Fields inherited from class google.gdata.atom.Feed |
$authorsClass_, $categoriesClass_, $contributorsClass_, $entriesClass_, $generatorClass_, $idClass_, $linksClass_, $logoClass_, $rightsClass_, $subtitleClass_, $titleClass_, $updatedClass_, author, category, contributor, entry, generator, id, link, logo, rights, subtitle, title, updated, xmlns
|
Constructor Summary |
google.gdata.maps.FeatureFeed(<Object> opt_params)
Constructs a feature feed using an object parameter whose property names
match the setter method to use for each property.
|
Method Summary |
google.gdata.Link|undefined
|
getAtomFeedLink()
Returns the link that provides the URI of the full feed (without any query
parameters).
|
google.gdata.Link|undefined
|
getNextLink()
Returns the link that provides the URI of next page in a paged feed.
|
Methods inherited from class google.gdata.Feed |
getItemsPerPage, setItemsPerPage, getStartIndex, setStartIndex, getTotalResults, setTotalResults, getEntryPostLink, getFeedLink, getHtmlLink, getSelfLink, getLink, insertEntry, getSelf, getEntryClass
|
Methods inherited from class google.gdata.atom.Feed |
getSubTitle, setSubTitle, getCategoryClass, getLinkClass, getAuthors, setAuthors, addAuthor, getBase, setBase, getCategories, setCategories, addCategory, getContributors, setContributors, addContributor, getEntries, setEntries, addEntry, getGenerator, setGenerator, getId, setId, getLinks, setLinks, addLink, getLogo, setLogo, getRights, setRights, getSubtitle, setSubtitle, getTitle, setTitle, getUpdated, setUpdated
|
$entriesClass_
Object $entriesClass_
$linksClass_
Object $linksClass_
google.gdata.maps.FeatureFeed
google.gdata.maps.FeatureFeed(<Object> opt_params)
Constructs a feature feed 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: categories, entries, id, itemsPerPage, links, startIndex, title, totalResults, and updated.
getAtomFeedLink
google.gdata.Link|undefined getAtomFeedLink()
Returns the link that provides the URI of the full feed (without any query
parameters).
Returns:
Link that provides the URI of the full feed (without any query parameters) or undefined for none.
getNextLink
google.gdata.Link|undefined getNextLink()
Returns the link that provides the URI of next page in a paged feed.
Returns:
Link that provides the URI of next page in a paged feed or undefined for none.
Documentation generated by
JSDoc on Thu May 21 13:07:57 2009