Package | Description |
---|---|
com.gwidgets.api.leaflet | |
com.gwidgets.api.leaflet.options |
Modifier and Type | Method and Description |
---|---|
static MultiPolygon |
L.multiPolygon(LatLng[][] latlngs,
PolylineOptions options)
Extends FeatureGroup to allow creating multi-polygons (single layer that consists of several polygons that share styling/popup).
|
static MultiPolyline |
L.multiPolyline(LatLng[][] latlngs,
PolylineOptions options)
Extends FeatureGroup to allow creating multi-polylines (single layer that consists of several polylines that share styling/popup).
|
static Polygon |
L.polygon(LatLng[] latlngs,
PolylineOptions options)
A class for drawing polygon overlays on a map.
|
static Polyline |
L.polyline(LatLng[] latlngs,
PolylineOptions options)
A class for drawing polyline overlays on a map.
|
Modifier and Type | Method and Description |
---|---|
PolylineOptions |
PolylineOptions.Builder.build()
Builds the PolylineOptions new instance
|