react-native-web-community / react-native-web-maps

React Native for Web implementation of react-native-maps
https://react-native-web-community.github.io/react-native-web-maps/storybook
MIT License
163 stars 62 forks source link

Implement support for latitudeDelta & longitudeDelta #35

Open andrewmunsell opened 3 years ago

andrewmunsell commented 3 years ago

react-native-maps region change events have two properties-- latitudeDelta & longitudeDelta-- that represent the span in degrees between the top & bottom or left & right part of the map, respectively.

https://developer.apple.com/documentation/mapkit/mkcoordinatespan/1452417-latitudedelta

This may be a breaking change for some apps since the Region returned is now complete and contains all four properties instead of just latitude/longitude, let me know if you want a version bump.