Modifier and Type | Class and Description |
---|---|
static interface |
PickerMapTask.OnMarkerPick |
Constructor and Description |
---|
PickerMapTask(android.content.Context context,
MapController mapController) |
Modifier and Type | Method and Description |
---|---|
android.content.Context |
getContext() |
float |
getTapPixels() |
void |
onCreate(android.os.Bundle savedInstanceState)
On create.
|
void |
onDestroy()
On destroy.
|
void |
onLowMemory()
On low memory.
|
void |
onPause()
On pause.
|
void |
onResume()
On resume.
|
void |
pickFeatures(float x,
float y,
PickerMapTask.OnMarkerPick listener) |
void |
setTapPixels(float tapPixels) |
public PickerMapTask(android.content.Context context, MapController mapController)
public void pickFeatures(float x, float y, PickerMapTask.OnMarkerPick listener)
public void setTapPixels(float tapPixels)
public float getTapPixels()
public android.content.Context getContext()
public void onCreate(android.os.Bundle savedInstanceState)
public void onLowMemory()
onLowMemory
in interface LifeCycle