Class AbstractPath
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
- Direct Known Subclasses:
CircleMarker,EditableFeature,Marker,Polygon,Polyline
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidfinal voidbindPopup(String popup, PopupOptions popupOptions) final voidbindTooltip(String tooltip) final voidbindTooltip(String tooltip, TooltipOptions tooltipOptions) final LatLngBoundsfinal voidredraw()Method to redraw path after for position change.final voidsetStyle(PathOptions newPathOptions) final com.google.gwt.core.client.JavaScriptObjectfinal StringMethods 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
-
AbstractPath
protected AbstractPath()
-
-
Method Details
-
redraw
public final void redraw()Method to redraw path after for position change. -
setStyle
-
getBounds
-
toGeoJSON
public final com.google.gwt.core.client.JavaScriptObject toGeoJSON() -
toGeoJSONString
-
bindTooltip
-
bindTooltip
-
bindPopup
-
bindPopup
-