Tagged Questions
1
vote
0answers
225 views
android maps v2 set bounds error
I'm trying to make my map to zoom to given Bounds.But i get an error.
Here's my code
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
...