com.gwidgets.api.leaflet.DivOverlay Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gwty-leaflet Show documentation
Show all versions of gwty-leaflet Show documentation
a JsInterop wrapper for the Leaflet js library
package com.gwidgets.api.leaflet;
import jsinterop.annotations.JsType;
@JsType(isNative = true)
public class DivOverlay {
protected DivOverlay() {
}
}