我正在设置以设备当前位置为中心的地图视图。想知道显示这种视图的默认(或常规)跨度大小是多少?具体来说
region.center.latitude = userLocation.coordinate.latitude;
region.center.longitude = userLocation.coordinate.longitude;
region.span.latitudeDelta = ?
region.span.longitudeDelta = ?
iOS 地图应用程序是否使用了一些默认值?谢谢!