rksahu1987 / osmdroid

Automatically exported from code.google.com/p/osmdroid
0 stars 0 forks source link

setScrollableAreaLimit + getController().setCenter = fail #480

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create MapView and apply setScrollableAreaLimit on it
2. Try to setCenter / animateTo the controller the MapView 

What is the expected output? What do you see instead?
Instead of animating to the point it simply doesn't do a thing

What version of the product are you using? On what operating system?
3.0.10

Please provide any additional information below.
I am attaching my map class below - when you comment :
  getController ( ).setCenter ( bb.getCenter ( ) );
  setScrollableAreaLimit ( bb );
The setCenter miraculously starts working

Original issue reported on code.google.com by dimy...@gmail.com on 16 Sep 2013 at 3:39

Attachments: