public void AnimateCameraNewLatLngZoom() { const int zoom = 10; AnimateCamera(CameraUpdate.NewLatLngZoom(new LatLng(camPosLat.value, camPosLng.value), zoom)); }