- Need to Check if a particular location is within the boundaries of the map
- GeoPoint topLeftGpt = (GeoPoint) mapView.getProjection().fromPixels(0, 0);
- GeoPoint bottomRightGpt = (GeoPoint) mapView.getProjection().fromPixels(
- mapView.getWidth(), mapView.getHeight());