Interface IEditableObject

All Superinterfaces:
ICefObjectWrapper, ICefObjRef
All Known Subinterfaces:
IPolygon, IPolygonWrapped, IPolyline, IPolylineWrapped, IRectangle, IRectangleWrapped

public interface IEditableObject
extends ICefObjectWrapper
Represents an editable map object corresponding to an actual underlying Javascript object on the map.
Author:
swong
  • Method Details

    • getEditable

      default boolean getEditable()
      Get the editable status of the underlying object
      Returns:
      True if editable, false otherwise
    • setEditable

      default void setEditable​(boolean isEditable)
      Set the editable status of the underlying object
      Parameters:
      isEditable - True if editable, false otherwise