@Deprecated
public class PlaceBroadcastReceiver
extends android.content.BroadcastReceiver
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG
Deprecated.
|
Constructor and Description |
---|
PlaceBroadcastReceiver(MapView mapView)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
onReceive(android.content.Context context,
android.content.Intent intent)
Deprecated.
use MarkerCreator to create and place markers
|
abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtras
public static final java.lang.String TAG
public PlaceBroadcastReceiver(MapView mapView)
@Deprecated public void onReceive(android.content.Context context, android.content.Intent intent)
onReceive
in class android.content.BroadcastReceiver
context
- the contextintent
- the intent
DO NOT use "com.atakmap.android.maps.PLACE" instead use MarkerCreator to create
and place your markers. This should only be used by the radial menu actions.