Guest User

Untitled

a guest
Jan 18th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. myMapZoom.setOnZoomInClickListener(new OnClickListener() {
  2.  
  3. public void onClick(View v) {
  4. mapViewO.getController().setZoom(mapViewO.getZoomLevel()+1);
  5. mapViewO.setMultiTouchControls(true);
  6. mapViewO.getController().zoomIn();
  7.  
  8. }
  9. });
Add Comment
Please, Sign In to add comment