Class google.gdata.maps.MapsService
Object
|
+--google.gdata.client.Service
|
+--google.gdata.client.GoogleService
|
+--google.gdata.maps.MapsService
- class
google.gdata.maps.MapsService
- extends google.gdata.client.GoogleService
Google Maps Data API service.
Defined in gdata.js
Field Summary |
<static> <final> {string} |
SERVICE_NAME
Google Maps Data API service name. |
Method Summary |
google.gdata.acl.AclEntry
|
getAclEntry(<string> uri, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
Retrieves an ACL entry.
|
google.gdata.acl.AclFeed
|
getAclFeed(<string> uri, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
Retrieves the feed of maps acl entries.
|
google.gdata.maps.FeatureEntry
|
getFeatureEntry(<string> uri, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
Retrieves a feature entry.
|
google.gdata.maps.FeatureFeed
|
getFeatureFeed(<string|google.gdata.maps.FeatureQuery> uriOrQuery, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
Retrieves the feed of map features.
|
google.gdata.maps.MapEntry
|
getMapEntry(<string> uri, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
Retrieves a map entry.
|
google.gdata.maps.MapFeed
|
getMapFeed(<string|google.gdata.maps.MapQuery> uriOrQuery, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
Retrieves the feed of user-created maps.
|
SERVICE_NAME
<static> <final> {string} SERVICE_NAME
google.gdata.maps.MapsService
google.gdata.maps.MapsService(<string> applicationName)
Parameters:
applicationName
- Name of application (used for tracking?).
getAclEntry
google.gdata.acl.AclEntry getAclEntry(<string> uri, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
getAclFeed
google.gdata.acl.AclFeed getAclFeed(<string> uri, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
Retrieves the feed of maps acl entries.
getFeatureEntry
google.gdata.maps.FeatureEntry getFeatureEntry(<string> uri, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
Retrieves a feature entry.
getFeatureFeed
google.gdata.maps.FeatureFeed getFeatureFeed(<string|google.gdata.maps.FeatureQuery> uriOrQuery, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
Retrieves the feed of map features.
Parameters:
uriOrQuery
- URI of feed or query.
getMapEntry
google.gdata.maps.MapEntry getMapEntry(<string> uri, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
getMapFeed
google.gdata.maps.MapFeed getMapFeed(<string|google.gdata.maps.MapQuery> uriOrQuery, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
Retrieves the feed of user-created maps.
Parameters:
uriOrQuery
- URI of feed or query.
Documentation generated by
JSDoc on Tue Sep 22 18:28:55 2009