private void ZoomVegas() { MyMapView.SetRegion(new MapKit.MKCoordinateRegion( VegasCoords, new MapKit.MKCoordinateSpan(5, 5)), true); }