Class Polyline
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.Polyline
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
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) final LatLng[]
final 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, toGeoJSONString
Methods inherited from class io.jmix.mapsui.widget.leaflet.client.AbstractVector
bringToBack, bringToFront, closePopup, closeTooltip, openPopup, openTooltip
Methods inherited from class io.jmix.mapsui.widget.leaflet.client.Layer
addClickListener, addContextMenuListener, addLayerRemovedListener, addMouseOutListener, addMouseOverListener, removeClickListener, removeContextMenuListener, removeListener, removeMouseOutListener, removeMouseOverListener
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
Polyline
protected Polyline()
-
-
Method Details
-
createWithArray
public static Polyline createWithArray(com.google.gwt.core.client.JsArray<com.google.gwt.core.client.JsArray> point2dimArray, PolylineOptions options) -
create
public static Polyline create(com.google.gwt.core.client.JsArray<LatLng> jsArray, PolylineOptions options) -
getLatLngs
-
getRawLatLngs
-
addLatLng
-