All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gwidgets.api.leaflet.Canvas Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy