public class Polygon extends AbstractPath
Modifier | Constructor and Description |
---|---|
protected |
Polygon() |
Modifier and Type | Method and Description |
---|---|
static Polygon |
create(com.google.gwt.core.client.JsArray<LatLng> latlngs,
PolylineOptions options) |
static Polygon |
createWithHoles(com.google.gwt.core.client.JsArray<com.google.gwt.core.client.JsArray<com.google.gwt.core.client.JsArray>> array,
PolylineOptions options) |
LatLng[] |
getExteriorRing() |
com.google.gwt.core.client.JsArray<com.google.gwt.core.client.JsArray<LatLng>> |
getRawLatLngs() |
bindPopup, bindPopup, bindTooltip, bindTooltip, getBounds, redraw, setStyle, toGeoJSON, toGeoJSONString
bringToBack, bringToFront, closePopup, closeTooltip, openPopup, openTooltip
addClickListener, addContextMenuListener, addLayerRemovedListener, addMouseOutListener, addMouseOverListener, removeClickListener, removeContextMenuListener, removeListener, removeMouseOutListener, removeMouseOverListener
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)
public static Polygon create(com.google.gwt.core.client.JsArray<LatLng> latlngs, PolylineOptions options)
public final LatLng[] getExteriorRing()
public final com.google.gwt.core.client.JsArray<com.google.gwt.core.client.JsArray<LatLng>> getRawLatLngs()