-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: stop resetting map zoom level on every pinch in Android and more (…
…#2594) * stop resetting map zoom level on every pinch in Android; state for the region needed to be introduced and updated after each gesture (closes #2529) * zoom to current location when current location button and current location is not currently in the viewable map area; a callback needed to be called explicitly after animateToRegion() (closes #2555) * zoom and pan the map when a place search result is chosen in Android; a state for the region needed to be introduced and a callback needed to be called explicitly after animateToRegion() (closes #2593)
- Loading branch information
1 parent
b8464d0
commit f68d3cc
Showing
1 changed file
with
87 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters