You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the CLRegion parameter to CLCircularRegion in the method. That is the newer class which Apple uses in iOS 7+ and it should clear the deprecation warnings.
I have update to iOS 7 and xCode set warnings at SVGeocoder.m at
MKCoordinateRegion coordinateRegion = MKCoordinateRegionMakeWithDistance(region.center, region.radius, region.radius);
Is something that could fix that?
Thanks.
The text was updated successfully, but these errors were encountered: