public interface

PopupLayer

com.esri.android.map.popup.PopupLayer
Known Indirect Subclasses

Class Overview

Interface to be implemented by MapView layers if they provide a method to create a Popup.

Summary

Public Methods
abstract boolean isPopupAllowGeometryUpdate(Graphic graphic)
Returns true if the popup allow the geometry to be updated, potentially based on some information carried by the Graphic provided.
abstract boolean isPopupDeletable(Graphic graphic)
Returns true if the popup created is deletable, potentially based on some information carried by the Graphic provided.
abstract boolean isPopupEditable(Graphic graphic)
Returns true if the popup created is editable, potentially based on some information carried by the Graphic provided.

Public Methods

public abstract boolean isPopupAllowGeometryUpdate (Graphic graphic)

Returns true if the popup allow the geometry to be updated, potentially based on some information carried by the Graphic provided.

public abstract boolean isPopupDeletable (Graphic graphic)

Returns true if the popup created is deletable, potentially based on some information carried by the Graphic provided.

public abstract boolean isPopupEditable (Graphic graphic)

Returns true if the popup created is editable, potentially based on some information carried by the Graphic provided.