Package | Description |
---|---|
org.osmdroid.util | |
org.osmdroid.views | |
org.osmdroid.views.util |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<BoundingBoxE6> |
BoundingBoxE6.CREATOR |
Modifier and Type | Method and Description |
---|---|
static BoundingBoxE6 |
BoundingBoxE6.fromGeoPoints(ArrayList<? extends GeoPoint> partialPolyLine) |
BoundingBoxE6 |
BoundingBoxE6.increaseByScale(float pBoundingboxPaddingRelativeScale) |
Modifier and Type | Field and Description |
---|---|
protected BoundingBoxE6 |
MapView.mScrollableAreaBoundingBox |
Modifier and Type | Method and Description |
---|---|
BoundingBoxE6 |
MapView.getBoundingBox() |
BoundingBoxE6 |
MapView.Projection.getBoundingBox() |
BoundingBoxE6 |
MapView.getBoundingBox(int pViewWidth,
int pViewHeight) |
BoundingBoxE6 |
MapView.getScrollableAreaLimit() |
Modifier and Type | Method and Description |
---|---|
void |
MapView.setScrollableAreaLimit(BoundingBoxE6 boundingBox)
Set the map to limit it's scrollable view to the specified BoundingBoxE6.
|
android.graphics.Rect |
MapView.Projection.toPixels(BoundingBoxE6 pBoundingBoxE6) |
void |
MapView.zoomToBoundingBox(BoundingBoxE6 boundingBox)
Zoom the map to enclose the specified bounding box, as closely as possible.
|
void |
MapControllerOld.zoomToSpan(BoundingBoxE6 bb)
Deprecated.
|
void |
MapController.zoomToSpan(BoundingBoxE6 bb) |
Modifier and Type | Method and Description |
---|---|
static BoundingBoxE6 |
Mercator.getBoundingBoxFromCoords(int left,
int top,
int right,
int bottom,
int zoom)
Deprecated.
Get bounding box from reverse Mercator projection.
|
static BoundingBoxE6 |
Mercator.getBoundingBoxFromPointInMapTile(android.graphics.Point aMapTile,
int aZoom)
Deprecated.
Get bounding box from reverse Mercator projection.
|
Copyright © 2014. All Rights Reserved.