Class MMTileLayer

Object
   |
   +--MMTileLayer

class MMTileLayer

Defined in MultimapAPI


Constructor Summary
MMTileLayer ( <MMCopyrightCollection> copyrights, min_zoom_factor, max_zoom_factor )
            Constructor for a tile layer to be used in an MMMapType or an MMTileLayerOverlay.
 
Method Summary
 float getOpacity()
           This method returns the opacity that you would like the tiles to have as a floating point number between 0 and 1, the default is 1.
 void getTileUrl( <MMPoint> tile, <integer> zoom_factor )
           This function should be overridden to return the URL to the custom tiles.
 boolean isClipped()
           If this function returns true then this layer will have its tiles clipped so that only the section under the mouse will appear.
 boolean isPng()
           If this function returns true then a 24 bit PNG file with alpha transparency is assumed as this is handled differently by some browsers.
 integer maxResolution()
           The maximum zoom factor at which this tile layer should be displayed.
 integer minResolution()
           The minimum zoom factor at which this tile layer should be displayed.

Constructor Detail

MMTileLayer

MMTileLayer( <MMCopyrightCollection> copyrights, min_zoom_factor, max_zoom_factor )

Method Detail

getOpacity

float getOpacity()

getTileUrl

void getTileUrl( <MMPoint> tile, <integer> zoom_factor )

isClipped

boolean isClipped()

isPng

boolean isPng()

maxResolution

integer maxResolution()

minResolution

integer minResolution()


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