Uses of Class
com.dlsc.gmapsfx.javascript.JavascriptArray
| Package | Description |
|---|---|
| com.dlsc.gmapsfx.javascript.object |
-
Uses of JavascriptArray in com.dlsc.gmapsfx.javascript.object
Methods in com.dlsc.gmapsfx.javascript.object that return JavascriptArray Modifier and Type Method Description JavascriptArrayMarkerClusterer. getMarkers()Returns the array of markers in the clusterer.Methods in com.dlsc.gmapsfx.javascript.object with parameters of type JavascriptArray Modifier and Type Method Description voidMarkerClusterer. addMarkers(JavascriptArray markers)Add an array of markers to the clusterer.Constructors in com.dlsc.gmapsfx.javascript.object with parameters of type JavascriptArray Constructor Description MarkerClusterer(GoogleMap map, JavascriptArray markers)