Server side component for the VGoogleMap widget.
|
__init__(self,
application,
apiKey_or_center=None,
zoom=None,
apiKey=None)
Construct a new instance of the map with given parameters. |
source code
|
|
|
|
|
|
|
|
|
|
|
fireMarkerClickedEvent(self,
clickedMarker) |
source code
|
|
|
|
|
|
|
|
|
getCenter(self)
Get current center coordinates of the map. |
source code
|
|
|
|
|
|
|
|
|
setClientLogLevel(self,
level)
Set the level of verbosity the client side uses for tracing or
displaying error messages. |
source code
|
|
|
getClientLogLevel(self)
Get the level of verbosity the client side uses for tracing or
displaying error messages. |
source code
|
|
|
getBoundsNE(self)
Get the coordinates of the north-east corner of the map. |
source code
|
|
|
getBoundsSW(self)
Get the coordinates of the south-west corner of the map. |
source code
|
|
|
setMarkerSource(self,
markerSource)
Set the MarkerSource for the map. |
source code
|
|
|
closeInfoWindow(self)
Close the currently open info window, if any. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
removeMarker(self,
marker)
Removes the marker from the map |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
addMapType(self,
name,
minZoom,
maxZoom,
copyright_,
tileUrl,
isPng,
opacity) |
source code
|
|
|
|
|
|
Inherited from ui.abstract_component.AbstractComponent :
__getstate__ ,
__setstate__ ,
addCallback ,
addStyleName ,
attach ,
childRequestedRepaint ,
detach ,
fireComponentErrorEvent ,
fireComponentEvent ,
fireEvent ,
fireRequestRepaintEvent ,
focus ,
getApplication ,
getCSSHeight ,
getCSSWidth ,
getCaption ,
getComponentError ,
getData ,
getDebugId ,
getDescription ,
getErrorHandler ,
getErrorMessage ,
getHeight ,
getHeightUnits ,
getIcon ,
getListeners ,
getLocale ,
getParent ,
getStyle ,
getStyleName ,
getWidth ,
getWidthUnits ,
getWindow ,
handleError ,
hasListeners ,
isEnabled ,
isImmediate ,
isReadOnly ,
isVisible ,
paint ,
parseStringSize ,
registerCallback ,
registerListener ,
removeCallback ,
removeStyleName ,
requestRepaint ,
requestRepaintRequests ,
setCaption ,
setComponentError ,
setData ,
setDebugId ,
setDescription ,
setEnabled ,
setErrorHandler ,
setHeight ,
setHeightUnits ,
setIcon ,
setImmediate ,
setLocale ,
setParent ,
setReadOnly ,
setSizeFull ,
setSizeUndefined ,
setStyle ,
setStyleName ,
setVisible ,
setWidth ,
setWidthUnits ,
withdrawCallback ,
withdrawListener
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|