Search Results

2
votes
5answers
4k views

Placing Zoom Controls in a MapView

I'm trying to get the zoom controls to show up in a mapview, the following code almost works, but the zoom controls appear in the top left of the mapview, not the bottom center like I'm specifiying …
1
vote

Placing Zoom Controls in a MapView

Reto : thanks for your reply, but the idea was to do it without using XML layouts. I eventually worked out the problem. Because a MapView is a subclass of ViewGroup, you can easil …