private void InitializeMapView()
 {
     _mapView.SetParent(this);
     _mapViewAdapter = new MapViewAdapter(_mapView);
 }