com.esri.android.map.popup.PopupEditable |
![]() |
Interface to be implemented by popup views if they want to implement a behavior when switching to and from edit mode
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
setEditMode(boolean editMode)
Sets the edit mode.
|
Sets the edit mode.
editMode | the edits the mode: true to switch to edit mode, false to revert to read-only mode |
---|