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