Uses of Class
org.vaadin.addons.componentfactory.leaflet.layer.vectors.structure.MultiLatLngArray
Packages that use MultiLatLngArray
-
Uses of MultiLatLngArray in org.vaadin.addons.componentfactory.leaflet.layer.vectors
Constructors in org.vaadin.addons.componentfactory.leaflet.layer.vectors with parameters of type MultiLatLngArrayModifierConstructorDescriptionMultiPolyline(MultiLatLngArray latlngs) Instantiates a multi polyline from the given structure of coordinates, where each element represents a separate polyline.Polygon(List<LatLng> exteriorLatlngs, MultiLatLngArray interiorRings) Instantiates a polygon from the given exterior ring and interior rings (holes).