
com.gwidgets.api.leaflet.Canvas Maven / Gradle / Ivy
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() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy