Package | Description |
---|---|
net.java.html.leaflet |
Leaflet API for Java built around the
Map class. |
Modifier and Type | Method and Description |
---|---|
MultiPolyline |
MultiPolyline.addLayer(ILayer layer)
Adds a given layer to the group.
|
MultiPolyline |
MultiPolyline.addTo(Map map)
Adds the group of layers to the map.
|
MultiPolyline |
MultiPolyline.bindPopup(String html)
Binds a popup with a particular HTML content to a click on this group.
|
MultiPolyline |
MultiPolyline.bindPopup(String html,
PopupOptions options)
Binds a popup with a particular HTML content and the given options to the
group.
|
MultiPolyline |
MultiPolyline.bringToBack()
Brings the layer to the bottom of all path layers.
|
MultiPolyline |
MultiPolyline.bringToFront()
Brings the layer to the top of all path layers.
|
MultiPolyline |
MultiPolyline.clearLayers()
Removes all the layers from the group.
|
MultiPolyline |
MultiPolyline.openPopup()
Opens the popup previously bound by
bindPopup . |
MultiPolyline |
MultiPolyline.removeLayer(ILayer layer)
Removes a given layer from the group.
|
MultiPolyline |
MultiPolyline.removeLayer(String layerId)
Removes a given layer of the given id from the group.
|
MultiPolyline |
MultiPolyline.setLatLngs(LatLng[][] latlngs)
Replace all lines and their paths with the given array of arrays of
geographical points.
|
MultiPolyline |
MultiPolyline.setStyle(PathOptions options)
Changes the appearance of a FeatureGroup based on the options in the
PathOptions object. |
Copyright © 2017. All rights reserved.