public class PanZoomReceiver
extends android.content.BroadcastReceiver
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG |
| Constructor and Description |
|---|
PanZoomReceiver(MapView mapView) |
| Modifier and Type | Method and Description |
|---|---|
static double |
estimateScaleToFitResolution(MapView map,
Envelope mbb,
int widthOnScreen,
int heightOnScreen) |
static double |
estimateScaleToFitResolution(MapView map,
GeoPoint[] pts,
int widthOnScreen,
int heightOnScreen) |
void |
onReceive(android.content.Context arg0,
android.content.Intent arg1) |
abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtraspublic static final java.lang.String TAG
public PanZoomReceiver(MapView mapView)
public void onReceive(android.content.Context arg0,
android.content.Intent arg1)
onReceive in class android.content.BroadcastReceiverpublic static double estimateScaleToFitResolution(MapView map, GeoPoint[] pts, int widthOnScreen, int heightOnScreen)
public static double estimateScaleToFitResolution(MapView map, Envelope mbb, int widthOnScreen, int heightOnScreen)