Package | Description |
---|---|
net.java.html.leaflet |
Leaflet API for Java built around the
Map class. |
Modifier and Type | Method and Description |
---|---|
CircleMarker |
CircleMarker.addTo(Map map)
Adds the layer to the map.
|
CircleMarker |
CircleMarker.bindPopup(Popup popup)
Binds a popup to a click on this marker.
|
CircleMarker |
CircleMarker.bindPopup(Popup popup,
PopupOptions options)
Binds a popup with a particular popup configuration options to a click on
this marker.
|
CircleMarker |
CircleMarker.bindPopup(String html)
Binds a popup with a particular HTML content to a click on this marker.
|
CircleMarker |
CircleMarker.bringToBack()
Brings the layer to the top of all path layers.
|
CircleMarker |
CircleMarker.bringToFront()
Returns the LatLngBounds of the Circle Marker.
|
CircleMarker |
CircleMarker.closePopup()
Closes the bound popup of the marker if it's opened.
|
CircleMarker |
CircleMarker.openPopup()
Opens the popup previously bound by the
bindPopup method. |
CircleMarker |
CircleMarker.redraw()
Brings the layer to the bottom of all path layers.
|
CircleMarker |
CircleMarker.setLatLng(LatLng latlng)
Changes the marker position to the given point.
|
CircleMarker |
CircleMarker.setRadius(double radius)
Changes the marker radius.
|
CircleMarker |
CircleMarker.setStyle(PathOptions options)
Changes the appearance of a CircleMarker based on the options in the
PathOptions object. |
CircleMarker |
CircleMarker.unbindPopup()
Unbinds the popup previously bound to the marker with
bindPopup . |
Copyright © 2017. All rights reserved.