Class Circle
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Circlecreate(LatLng latlng, double radius, CircleOptions circleOptions) Methods inherited from class io.jmix.mapsui.widget.leaflet.client.CircleMarker
create, getLatLng, getRadius, setLatLng, setRadiusMethods inherited from class io.jmix.mapsui.widget.leaflet.client.AbstractPath
bindPopup, bindPopup, bindTooltip, bindTooltip, getBounds, redraw, setStyle, toGeoJSON, toGeoJSONStringMethods inherited from class io.jmix.mapsui.widget.leaflet.client.AbstractVector
bringToBack, bringToFront, closePopup, closeTooltip, openPopup, openTooltipMethods inherited from class io.jmix.mapsui.widget.leaflet.client.Layer
addClickListener, addContextMenuListener, addLayerRemovedListener, addMouseOutListener, addMouseOverListener, removeClickListener, removeContextMenuListener, removeListener, removeMouseOutListener, removeMouseOverListenerMethods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
Circle
protected Circle()
-
-
Method Details
-
create
-