| Package | Description |
|---|---|
| com.lynden.gmapsfx.javascript.object |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusteredGoogleMap.addClusterableMarker(Marker marker) |
void |
MarkerClusterer.addMarker(Marker marker)
Adds a marker to the clusterer and redraws if needed.
|
void |
GoogleMap.addMarker(Marker marker)
Adds the supplied marker to the map.
|
void |
InfoWindow.open(GoogleMap map,
Marker marker) |
void |
ClusteredGoogleMap.removeClusterableMarker(Marker marker) |
boolean |
MarkerClusterer.removeMarker(Marker marker) |
void |
GoogleMap.removeMarker(Marker marker)
Removes the supplied marker from the map.
|
void |
DirectionsPane.removeMarker(Marker marker) |
| Modifier and Type | Method and Description |
|---|---|
void |
GoogleMap.addMarkers(Collection<Marker> col)
Adds all of the markers in the supplied collection to the map.
|
void |
GoogleMap.addMarkers(Collection<Marker> col,
UIEventType type,
javafx.util.Callback<Marker,UIEventHandler> h) |
void |
GoogleMap.addMarkers(Collection<Marker> col,
UIEventType type,
javafx.util.Callback<Marker,UIEventHandler> h) |
void |
GoogleMap.removeMarkers(Collection<Marker> col)
Removes the markers in the supplied collection from the map.
|
Copyright © 2017. All rights reserved.