public static interface DangerCloseAdapter.CustomViewAdapter
Modifier and Type | Method and Description |
---|---|
android.view.View |
adapt(DangerCloseAdapter.ViewHolder viewHolder,
android.view.View v,
java.lang.String targetUID)
This method is run as part of the the getView method and is guaranteed to the be the
last call prior to returning the view.
|
android.view.View adapt(DangerCloseAdapter.ViewHolder viewHolder, android.view.View v, java.lang.String targetUID)
viewHolder
- the view holder as an opaque object to key into any view management done by the pluginv
- the view as constructed using the standard mechanics within ATAKtargetUID
- the target currently associated with the adapter. This uid may or
may not be valid when looked up using MapView.getMapItem().