今天我幾次「搜索」這個問題沒有運氣。我想知道是否可以在地圖中創建一個註釋,而不是使用lat/Long方法。我目前的代碼如下。 //1. Create a coordinate for use with the annotation
CLLocationCoordinate2D Sharon;
Sharon.latitude = 38.952223;
Sharon.lo
我有一個應用程序,在啓動中心的特定位置。 //Calculate and set new center point
CLLocationCoordinate2D zoomLocation = CLLocationCoordinate2DMake(<some lat>,<some long>);
MKCoordinateSpan span;
span.latitudeDelta = 0.08