public class RegionSelectionMethodDialog
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegionSelectionMethodDialog.MethodSelectionHandler |
static class |
RegionSelectionMethodDialog.RegionSelectionMethod
An enum representing the different results that a user can select from this dialog.
|
| Constructor and Description |
|---|
RegionSelectionMethodDialog(android.content.Context pluginContext,
MapView mapView) |
| Modifier and Type | Method and Description |
|---|---|
android.app.AlertDialog.Builder |
getBuilder(RegionSelectionMethodDialog.MethodSelectionHandler methodSelectedHandler)
Constructs the AlertDialog builder for the region selection method interface.
|
public RegionSelectionMethodDialog(android.content.Context pluginContext,
MapView mapView)
public android.app.AlertDialog.Builder getBuilder(RegionSelectionMethodDialog.MethodSelectionHandler methodSelectedHandler)