public class

MapLoadAction

extends Object
java.lang.Object
   ↳ com.esri.android.map.event.MapLoadAction<V>

Class Overview

MapLoadAction.

Summary

Nested Classes
enum MapLoadAction.Action The Enum Action. 
Public Constructors
MapLoadAction(MapLoadAction.Action action, V parameter)
Instantiates an object of MapLoadAction.
Public Methods
MapLoadAction.Action getAction()
Gets the action of the MapLoadAction.
V getParameter()
Gets the parameter of the MapLoadAction.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MapLoadAction (MapLoadAction.Action action, V parameter)

Instantiates an object of MapLoadAction.

Parameters
action the action
parameter the parameter

Public Methods

public MapLoadAction.Action getAction ()

Gets the action of the MapLoadAction.

Returns
  • Returns the action.

public V getParameter ()

Gets the parameter of the MapLoadAction.

Returns
  • Returns the parameter.