Fix https://github.com/react-community/react-native-maps/issues/2203#2207
Fix https://github.com/react-community/react-native-maps/issues/2203#2207alvelig merged 3 commits intoreact-native-maps:masterfrom
Conversation
|
Please add the documentation too with platform specific 🤗 Thank you |
|
@rborn I think that Documentation for onUserLocationChange exist: Callback that is called when the underlying map figures our users current location (coordinate also includes isFromMockProvider value for Android API 18 and above). Make sure showsUserLocation is set to true and that the provider is "google" this is only minor change that add timestamp parameter to location object received on RN side and I don't think that that there is need documentation changes |
|
@sytolk what about iOS ? |
|
sorry but I cannot test onUserLocationChange on iOS. https://developer.apple.com/documentation/corelocation/cllocation/1423589-timestamp but I'm Android developer and cannot testing it on iOS. Can I add this row in PR or you prefer to open new issue for iOS? |
|
LGTM @alvelig 🐽 |
Does any other open PR do the same thing?
no
What issue is this PR fixing?
#2203
How did you test this PR?
every location is have timestamp and it's now received on RN side.