com.gwidgets.api.leaflet.Canvas 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;
/**
* Used to create Canvas-based tile layers where tiles get drawn on the browser side.
*
* @author Zakaria Amine
*/
@JsType(isNative = true)
public class Canvas extends Renderer {
private Canvas() {
}
}