Post

Replies

Boosts

Views

Activity

Reply to When 500m is specified in MKCoordinateRegion, it stops with an error.
I'm having the same error but with a MKCoordinateSpan. This is my code: let span = MKCoordinateSpan(latitudeDelta: 0.005, longitudeDelta: 0.005) ... let currentRegion = MKCoordinateRegion(center: lastCoordinate, span: span) I hope they will release a fix, right now I have to change the latitude and longitude delta to 0.05 and everything works fine. Cheers.
Jun ’22
Reply to When 500m is specified in MKCoordinateRegion, it stops with an error.
I'm having the same error but with a MKCoordinateSpan. This is my code: let span = MKCoordinateSpan(latitudeDelta: 0.005, longitudeDelta: 0.005) ... let currentRegion = MKCoordinateRegion(center: lastCoordinate, span: span) I hope they will release a fix, right now I have to change the latitude and longitude delta to 0.05 and everything works fine. Cheers.
Replies
Boosts
Views
Activity
Jun ’22