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 Details

    • getPath

      IPath<ILatLng> getPath()
      Gets the IPath used to define this polyline
      Returns:
      An IPath of ILatLngs
    • setPath

      void setPath​(IPath<ILatLng> path)
      Sets the path of this polyline
      Parameters:
      path - An IPath of ILatLngs