Is it possible to disable moving inside the google map?
You'll want to setClickable(false), but you'll also probably want to setFocusable(false) in order to prevent the MapView from getting focus.
That can be a problem when the user uses the hardware navigation buttons, because if the MapView has focus then the up-down-left-right buttons will scroll the map.