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

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

The newest version!
package com.gwidgets.api.leaflet;

import jsinterop.annotations.JsType;

/**
 * A class for drawing circle overlays on a map. Extends Path. Use addLayer method of the Map class to add it to the map.
 */
@JsType(isNative = true)
public class Circle extends CircleMarker  {
	
	
	

	protected Circle() {
		super();
		
		
	}


	

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy