public class RouteConfigurationDialog
extends java.lang.Object
RouteCreationDialog, except only allows the user to configure
route planning options -- not including the start and end point of the route to be planned.| Modifier and Type | Class and Description |
|---|---|
static interface |
RouteConfigurationDialog.Callback<A> |
| Constructor and Description |
|---|
RouteConfigurationDialog(android.content.Context context,
MapView mapView,
RouteConfigurationDialog.Callback<RoutePlannerInterface> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
show() |
public RouteConfigurationDialog(android.content.Context context,
MapView mapView,
RouteConfigurationDialog.Callback<RoutePlannerInterface> callback)