public class Polyline extends AbstractPath
Modifier | Constructor and Description |
---|---|
protected |
Polyline() |
Modifier and Type | Method and Description |
---|---|
void |
addLatLng(LatLng latlng) |
static Polyline |
create(com.google.gwt.core.client.JsArray<LatLng> jsArray,
PolylineOptions options) |
static Polyline |
createWithArray(com.google.gwt.core.client.JsArray<com.google.gwt.core.client.JsArray> point2dimArray,
PolylineOptions options) |
LatLng[] |
getLatLngs() |
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 Polyline createWithArray(com.google.gwt.core.client.JsArray<com.google.gwt.core.client.JsArray> point2dimArray, PolylineOptions options)
public static Polyline create(com.google.gwt.core.client.JsArray<LatLng> jsArray, PolylineOptions options)
public final LatLng[] getLatLngs()
public final com.google.gwt.core.client.JsArray<LatLng> getRawLatLngs()
public final void addLatLng(LatLng latlng)