Closed felixboehm closed 2 years ago
func region(span: MKCoordinateSpan = MKCoordinateSpan(latitudeDelta: 0.2, longitudeDelta: 0.2)) -> MKCoordinateRegion {
return MKCoordinateRegion(center: clLocation2D, span: span)
}
Region is updated now. See #19 needs Testing
when user is moving and center Map is active, map region is not following