| java.lang.Object | |
| ↳ | com.esri.android.map.event.MapLoadAction<V> |
MapLoadAction.
| 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
| |||||||||||
Instantiates an object of MapLoadAction.
| action | the action |
|---|---|
| parameter | the parameter |
Gets the action of the MapLoadAction.
Gets the parameter of the MapLoadAction.