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
* 1. Allow canReplaceMapContent to be set on the JS side (via prop shouldReplaceMapContent) for iOS, MapKit only
2. Allow GoogleMaps on iOS to obey maximumZ
3. Added prop minimumZ for MapKit and GoogleMaps on iOS and Android
* Removed debug NSLogs
* MaximumZ was not being obeyed correctly for google maps (convert to long to compare). Get rid of compiler warnings (accidentally wrote NSUInteger instead of NSInteger)
* Typings for v0.21.0 (react-native-maps#2165)
* Update mapview.md (react-native-maps#2171)
Add 'none' option to docs for mapType
* Fixed crash for Android API level below 18 on isFromMockProvider (react-native-maps#2172)
* Add Mock Provider boolean on each location update
* Update mapview.md
Update docs to specify that coordinate includes mock provider boolean
* Check API is 18 or above for isFromMockProvider
* Update docs to mention API
* 1. Allow canReplaceMapContent to be set on the JS side (via prop shouldReplaceMapContent) for iOS, MapKit only
2. Allow GoogleMaps on iOS to obey maximumZ
3. Added prop minimumZ for MapKit and GoogleMaps on iOS and Android
* Removed debug NSLogs
* MaximumZ was not being obeyed correctly for google maps (convert to long to compare). Get rid of compiler warnings (accidentally wrote NSUInteger instead of NSInteger)
0 commit comments