storyloc / storymap-ios

StoryMap - Location based Stories - iOS App
MIT License
3 stars 0 forks source link

CenterMap Button is not following user #22

Closed felixboehm closed 2 years ago

felixboehm commented 2 years ago

when user is moving and center Map is active, map region is not following

felixboehm commented 2 years ago
   func region(span: MKCoordinateSpan = MKCoordinateSpan(latitudeDelta: 0.2, longitudeDelta: 0.2)) -> MKCoordinateRegion {
        return MKCoordinateRegion(center: clLocation2D, span: span)
    }
felixboehm commented 2 years ago

Region is updated now. See #19 needs Testing