Class Polygon
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
io.jmix.mapsui.widget.leaflet.client.Layer
io.jmix.mapsui.widget.leaflet.client.AbstractVector
io.jmix.mapsui.widget.leaflet.client.AbstractPath
io.jmix.mapsui.widget.leaflet.client.Polygon
- Direct Known Subclasses:
Rectangle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Polygoncreate(com.google.gwt.core.client.JsArray<LatLng> latlngs, PolylineOptions options) static PolygoncreateWithHoles(com.google.gwt.core.client.JsArray<com.google.gwt.core.client.JsArray<com.google.gwt.core.client.JsArray>> array, PolylineOptions options) final LatLng[]final com.google.gwt.core.client.JsArray<com.google.gwt.core.client.JsArray<LatLng>>Methods 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
-
Polygon
protected Polygon()
-
-
Method Details
-
createWithHoles
public static Polygon createWithHoles(com.google.gwt.core.client.JsArray<com.google.gwt.core.client.JsArray<com.google.gwt.core.client.JsArray>> array, PolylineOptions options) -
create
public static Polygon create(com.google.gwt.core.client.JsArray<LatLng> latlngs, PolylineOptions options) -
getExteriorRing
-
getRawLatLngs
public final com.google.gwt.core.client.JsArray<com.google.gwt.core.client.JsArray<LatLng>> getRawLatLngs()
-