Where should I put zoomIn in my MapActivity?
- by Johny
I'm writing an Android app, and I'd like to zoomIn as soon as the map has been loaded.
I get the following error:
java.lang.IllegalArgumentException: width and height must be > 0
This MapActivity - width and height must be > 0 question suggests the problem is the zoomIn() method is in the onCreate() method.
But I get same error when I put…