We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Just as the title says help is greatly appriciated!
@Henji==== not sure t understand but if you want some boundingbox:
using pure android and osmdroid + googlemaps or openStreet: import org.osmdroid.util.BoundingBoxE6;
then:
BoundingBoxE6 boundingBox = new BoundingBoxE6(lat1, long1, lat2, long2); map.setScrollableAreaLimit(boundingBox);
Answers
@Henji==== not sure t understand but if you want some boundingbox:
using pure android and osmdroid + googlemaps or openStreet: import org.osmdroid.util.BoundingBoxE6;
then: