java.lang.Object
com.dlsc.gmapsfx.javascript.JavascriptObject
com.dlsc.gmapsfx.javascript.object.GoogleMap
com.dlsc.gmapsfx.javascript.object.ClusteredGoogleMap
public class ClusteredGoogleMap extends GoogleMap
User: twalcari
Date: 1/9/2015
Time: 11:59
-
Property Summary
-
Field Summary
Fields inherited from class com.dlsc.gmapsfx.javascript.JavascriptObject
jsObject, objectCounter, peerRegistry, runtime, variableName -
Constructor Summary
Constructors Constructor Description ClusteredGoogleMap()ClusteredGoogleMap(MapOptions mapOptions) -
Method Summary
Modifier and Type Method Description voidaddClusterableMarker(Marker marker)MarkerClusterergetMarkerClusterer()protected voidinitialize()voidremoveClusterableMarker(Marker marker)Methods inherited from class com.dlsc.gmapsfx.javascript.object.GoogleMap
addMapShape, addMarker, addMarkers, addMarkers, addMouseEventHandler, addStateEventHandler, addUIEventHandler, addUIEventHandler, addUIHandler, boundsProperty, centerProperty, clearMarkers, fitBounds, fromLatLngToPoint, getBounds, getCenter, getHeading, getProjection, getZoom, hideDirectionsPane, panBy, panTo, panToBounds, removeMapShape, removeMarker, removeMarkers, setCenter, setHeading, setMapType, setZoom, showDirectionsPane, zoomPropertyMethods inherited from class com.dlsc.gmapsfx.javascript.JavascriptObject
checkBoolean, checkInteger, checkUndefined, getJSObject, getNextVariableName, getProperty, getProperty, getVariableName, invokeJavascript, invokeJavascript, invokeJavascriptReturnValue, invokeJavascriptReturnValue, isMemberDefined, setProperty, setProperty, setProperty
-
Constructor Details
-
ClusteredGoogleMap
public ClusteredGoogleMap() -
ClusteredGoogleMap
-
-
Method Details
-
initialize
protected void initialize()- Overrides:
initializein classGoogleMap
-
addClusterableMarker
-
removeClusterableMarker
-
getMarkerClusterer
-