public class RouteAroundRegionManagerView
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OPT_AVOID_GEOFENCES |
static java.lang.String |
OPT_AVOID_ROUTE_AROUND_REGIONS |
Constructor and Description |
---|
RouteAroundRegionManagerView(MapView mapView,
RouteAroundRegionViewModel viewModel) |
Modifier and Type | Method and Description |
---|---|
android.view.View |
createView(android.content.Context pluginContext,
android.view.ViewGroup parent)
Creates the view for the route around region manager.
|
void |
setParentDialog(android.app.AlertDialog parentDialog)
Set the dialog that the view is displayed in, if any.
|
void |
setParentParentDialog(android.app.AlertDialog parentParentDialog)
Set the dialog that the view was opened from, if any.
|
public static final java.lang.String OPT_AVOID_GEOFENCES
public static final java.lang.String OPT_AVOID_ROUTE_AROUND_REGIONS
public RouteAroundRegionManagerView(MapView mapView, RouteAroundRegionViewModel viewModel)
public void setParentDialog(android.app.AlertDialog parentDialog)
public void setParentParentDialog(android.app.AlertDialog parentParentDialog)
public android.view.View createView(android.content.Context pluginContext, android.view.ViewGroup parent)