Or You can set it Programmatically as mapView.mapType = MKMapTypeSatellite;. if not supported in Swift 3 try this: map.mapType = MKMapType.satellite;.
確定! 回上一頁