карте, созданной с помощью Google Maps Api?
Надо посмотреть в доке https://developers.google.com/maps/documentation/android-api/start?hl=ru // Add a marker in Sydney, Australia, and move the camera. LatLng sydney = new LatLng(-34, 151); mMap.addMarker(new MarkerOptions().position(sydney).title("Marker in Sydney")); mMap.moveCamera(CameraUpdateFactory.newLatLng(sydney));
map.moveCamera(CameraUpdateFactory.newLatLngZoom(...))
Обсуждают сегодня