public class PolarCoordinateReceiver
extends android.content.BroadcastReceiver
implements android.widget.AdapterView.OnItemSelectedListener
Modifier and Type | Field and Description |
---|---|
android.content.DialogInterface.OnClickListener |
_cancelListener |
android.content.DialogInterface.OnClickListener |
_okListener |
protected static java.text.DecimalFormat |
FOUR_DEC_FORMAT |
protected static java.text.DecimalFormat |
NO_DEC_FORMAT |
static java.lang.String |
TAG |
protected static java.text.DecimalFormat |
TWO_DEC_FORMAT |
Constructor and Description |
---|
PolarCoordinateReceiver(MapView mapView) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDropPointType() |
android.view.View |
getView() |
void |
onItemSelected(android.widget.AdapterView<?> parent,
android.view.View view,
int position,
long id) |
void |
onNothingSelected(android.widget.AdapterView<?> parent) |
void |
onReceive(android.content.Context context,
android.content.Intent intent) |
void |
setRelativeButton(PointMapItem marker) |
abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtras
public static final java.lang.String TAG
protected static final java.text.DecimalFormat NO_DEC_FORMAT
protected static final java.text.DecimalFormat TWO_DEC_FORMAT
protected static final java.text.DecimalFormat FOUR_DEC_FORMAT
public final android.content.DialogInterface.OnClickListener _okListener
public final android.content.DialogInterface.OnClickListener _cancelListener
public PolarCoordinateReceiver(MapView mapView)
public void onReceive(android.content.Context context, android.content.Intent intent)
onReceive
in class android.content.BroadcastReceiver
public android.view.View getView()
public void onItemSelected(android.widget.AdapterView<?> parent, android.view.View view, int position, long id)
onItemSelected
in interface android.widget.AdapterView.OnItemSelectedListener
public void onNothingSelected(android.widget.AdapterView<?> parent)
onNothingSelected
in interface android.widget.AdapterView.OnItemSelectedListener
public void setRelativeButton(PointMapItem marker)
public java.lang.String getDropPointType()