Package muntjac :: Package addon :: Package google_maps :: Package overlay :: Module poly_overlay :: Class PolyOverlay
[hide private]
[frames] | no frames]

Class PolyOverlay

source code

object --+
         |
        PolyOverlay
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, Id, points, color='#ffffff', weight=1, opacity=1.0, clickable=False)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
getColor(self) source code
 
getId(self) source code
 
getOpacity(self) source code
 
getPoints(self) source code
 
getWeight(self) source code
 
isClickable(self) source code
 
setClickable(self, clickable) source code
 
setColor(self, color) source code
 
setId(self, Id) source code
 
setOpacity(self, opacity) source code
 
setPoints(self, points) source code
 
setWeight(self, weight) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, Id, points, color='#ffffff', weight=1, opacity=1.0, clickable=False)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)