Uses of Class
com.dlsc.gmapsfx.javascript.object.Marker
| Package | Description |
|---|---|
| com.dlsc.gmapsfx.javascript.object |
-
Uses of Marker in com.dlsc.gmapsfx.javascript.object
Methods in com.dlsc.gmapsfx.javascript.object with parameters of type Marker Modifier and Type Method Description voidClusteredGoogleMap. addClusterableMarker(Marker marker)voidGoogleMap. addMarker(Marker marker)Adds the supplied marker to the map.voidMarkerClusterer. addMarker(Marker marker)Adds a marker to the clusterer and redraws if needed.voidInfoWindow. open(GoogleMap map, Marker marker)voidClusteredGoogleMap. removeClusterableMarker(Marker marker)voidDirectionsPane. removeMarker(Marker marker)voidGoogleMap. removeMarker(Marker marker)Removes the supplied marker from the map.booleanMarkerClusterer. removeMarker(Marker marker)Method parameters in com.dlsc.gmapsfx.javascript.object with type arguments of type Marker Modifier and Type Method Description voidGoogleMap. addMarkers(Collection<Marker> col)Adds all of the markers in the supplied collection to the map.voidGoogleMap. addMarkers(Collection<Marker> col, UIEventType type, javafx.util.Callback<Marker,UIEventHandler> h)voidGoogleMap. addMarkers(Collection<Marker> col, UIEventType type, javafx.util.Callback<Marker,UIEventHandler> h)voidGoogleMap. removeMarkers(Collection<Marker> col)Removes the markers in the supplied collection from the map.