Package muntjac :: Package addon :: Package google_maps :: Module google_map :: Class IMapMoveListener
[hide private]
[frames] | no frames]

Class IMapMoveListener

source code

object --+
         |
        IMapMoveListener
Known Subclasses:

Interface for listening map move and zoom events.


Authors:
Henri Muurimaa, Richard Lincoln
Instance Methods [hide private]
 
mapMoved(self, newZoomLevel, newCenter, boundsNE, boundsSW)
Handle a MapMoveEvent.
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

mapMoved(self, newZoomLevel, newCenter, boundsNE, boundsSW)

source code 

Handle a MapMoveEvent.

Parameters:
  • newZoomLevel - New zoom level
  • newCenter - New center coordinates
  • boundsNE - Coordinates of the north-east corner of the map
  • boundsSW - Coordinates of the south-west corner of the map