Is it possible to disable moving inside the google map?
Not sure if i have miss understood but what solved this issue for me was as follows :)
map.HasZoomEnabled = false; map.HasScrollEnabled = false;
If you embed the map view in your app, I think you can use static maps to view the same.
mMap.getUiSettings().setScrollGesturesEnabled(false);
this can disable moving in map