public interface

AttributeView

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

Class Overview

Interface to be implemented by attribute views (edit mode).

Summary

Public Methods
abstract Map<StringObject> getUpdatedAttributes()
Gets the updated attributes.
abstract boolean isAttributesUpdated()
Returns true if any of the feature's attributes have been changed from their original values, false otherwise.

Public Methods

public abstract Map<StringObject> getUpdatedAttributes ()

Gets the updated attributes.

Returns
  • the updated attributes

public abstract boolean isAttributesUpdated ()

Returns true if any of the feature's attributes have been changed from their original values, false otherwise.

Returns
  • true if any of the feature's attributes have been changed from their original values, false otherwise