mapType property of MKMapView enum can be used to change the map type or region.
You can use hybridFlyover
property to show satellite image along with flyover data where it is available.
Usage:
objMapView.mapType = .hybridFlyover
Here, objMapView is an instance of MKMapView class.