How , how I can center the MapKit view with a CLLocationCoordinate2D开发者_如何学JAVA?
Thanks
mapView.centerCoordinate = CLLocationCoordinate2DMake(someLat, someLong);
How , how I can center the MapKit view with a CLLocationCoordinate2D开发者_如何学JAVA?
Thanks
mapView.centerCoordinate = CLLocationCoordinate2DMake(someLat, someLong);
精彩评论