Interface IPolyline
- All Superinterfaces:
ICefObjectWrapper
,ICefObjRef
,IComponentMouseDragEventObject
,IEditableObject
,IOptionedMapObject<provided.mixedData.MixedDataDictionary>
,IPolyMouseEventObject
,IVisibleMapObject
- All Known Subinterfaces:
IPolylineWrapped
public interface IPolyline extends IVisibleMapObject, IEditableObject, IPolyMouseEventObject, IComponentMouseDragEventObject, IOptionedMapObject<provided.mixedData.MixedDataDictionary>
Represents a polyline drawn on the map
Corresponds to the Google Maps Javascript API google.maps.Polyline
A polyline defines a series of connected coordinates in an ordered sequence, i.e. an IPath of ILatLngs
- Author:
- swong
-
Method Summary
Methods inherited from interface provided.owlMaps.cefUtils.ICefObjectWrapper
addEvent, addEvent, call, callVoid, getCefId, getCefProperty, getWrappedCefObject, setCefProperty
Methods inherited from interface provided.owlMaps.mouse.IComponentMouseDragEventObject
setComponentMouseDragEvent
Methods inherited from interface provided.owlMaps.general.IEditableObject
getEditable, setEditable
Methods inherited from interface provided.owlMaps.general.IOptionedMapObject
setOptions
Methods inherited from interface provided.owlMaps.components.shapes.IPolyMouseEventObject
setPolyMouseEvent
Methods inherited from interface provided.owlMaps.general.IVisibleMapObject
getVisible, setVisible
-
Method Details
-
getPath
Gets the IPath used to define this polyline- Returns:
- An IPath of ILatLngs
-
setPath
Sets the path of this polyline- Parameters:
path
- An IPath of ILatLngs
-