Search code examples
androidandroid-studioopenstreetmaposmdroidbounding-box

Cannot resolve symbol 'BoundingBoxE6'


I'm trying to implement a limited scrollable area for my map on android. I'm using osmdroid. Came across BoundingBoxE6. However, when I included import org.osmdroid.util.BoundingBoxE6; , it tells me: "Cannot resolve symbol 'BoundingBoxE6' ". Do I have to put an implementation to my gradle? Or a permission to my manifest?


Solution

  • Bounding BoundingBoxE6 was removed and replaced with BoundingBox (without E6), the package is the same ( org.osmdroid.util.BoundingBox ).