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
You are passing a wrong parameter to onRegionChangeComplete from the MapView. It has to be const details = { isGesture }; but you are passing an array of markers.
Please pass the correct 2nd parameter or update the documentation to show this decision and provide a way to know if the it was a gesture update or not.
I (and many others probably) need to know if the update was user-initiated or not.
Possible solution
I created a PR
The text was updated successfully, but these errors were encountered:
You are passing a wrong parameter to onRegionChangeComplete from the MapView. It has to be const details = { isGesture }; but you are passing an array of markers.
Please pass the correct 2nd parameter or update the documentation to show this decision and provide a way to know if the it was a gesture update or not.
I (and many others probably) need to know if the update was user-initiated or not.
You are passing a wrong parameter to onRegionChangeComplete from the MapView. It has to be const details = { isGesture }; but you are passing an array of markers.
Please pass the correct 2nd parameter or update the documentation to show this decision and provide a way to know if the it was a gesture update or not.
I (and many others probably) need to know if the update was user-initiated or not.
Possible solution
I created a PR
The text was updated successfully, but these errors were encountered: