Class MMCopyrightCollection

Object
   |
   +--MMCopyrightCollection

class MMCopyrightCollection

Defined in MultimapAPI


Constructor Summary
MMCopyrightCollection ( <String> prefix )
            A collection of copyright data to be passed to a MMTileLayer object.
 
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.

Constructor Detail

MMCopyrightCollection

MMCopyrightCollection( <String> prefix )

Method Detail

addCopyright

void addCopyright( copyright )

getCopyrightNotice

Object getCopyrightNotice( <MMBounds> bounds, <integer> zoom_factor )

getCopyrights

Object getCopyrights( <MMBounds> bounds, <integer> zoom_factor )


Documentation generated by JSDoc on Tue Jun 30 13:55:23 2009