public void MapReady() { _view.SetCameraDefaultPosition(); foreach (var installation in _model.Installations) { _view.AddMapMarker(installation); } }