Class MMCopyrightCollection
Object
|
+--MMCopyrightCollection
- class
MMCopyrightCollection
Defined in MultimapAPI
|
Method Summary |
void
|
addCopyright( copyright )
Adds a single copyright object to a copyright collection.
|
Object
|
getCopyrightNotice( <MMBounds> bounds, <integer> zoom_factor )
Returns the copyright text that should be displayed at the specified
zoom factor and within the specified bounding box.
|
Object
|
getCopyrights( <MMBounds> bounds, <integer> zoom_factor )
Returns the copyright objects that should be displayed at the specified
zoom factor and within the specified bounding box.
|
MMCopyrightCollection
MMCopyrightCollection( <String> prefix )
A collection of copyright data to be passed to a MMTileLayer object.
Parameters:
prefix - (optional) A prefix to be displayed in front of the combined copyrights, e.g., "Imagery: ".
addCopyright
void addCopyright( copyright )
Adds a single copyright object to a copyright collection.
Parameters:
A - single copyright object.
getCopyrightNotice
Object getCopyrightNotice( <MMBounds> bounds, <integer> zoom_factor )
Returns the copyright text that should be displayed at the specified
zoom factor and within the specified bounding box.
Parameters:
zoom_factor - A valid zoom factor.
getCopyrights
Object getCopyrights( <MMBounds> bounds, <integer> zoom_factor )
Returns the copyright objects that should be displayed at the specified
zoom factor and within the specified bounding box.
Parameters:
zoom_factor - A valid zoom factor.
Documentation generated by
JSDoc on Tue Jun 30 13:55:23 2009