Fix for pointForCoordinate and coordinateForPoint#2039
Fix for pointForCoordinate and coordinateForPoint#2039rborn merged 2 commits intoreact-native-maps:masterfrom
Conversation
|
LGTM @alvelig 🐽 |
|
@wasedaigo does it work on iOs for both Apple maps and Google maps ? 🤗 |
|
@rborn I haven't tested GoogleMap, but it seems it won't work. Sounds like we can integrate part of #1737 to make it work. What would be the best approach here? I can add the implementation, but I have no time to test. It is hard to test all combinations. As these methods do not work on GoogleMap/Android anyways, as long as it compiles we can merge this and move forward? |
|
@wasedaigo @alvelig I will try to test on android tomorrow and also if we can merge first #1737 and then this one. Works for you? |
|
@rborn is everything alright? I want to make sure I am not blocking you |
|
@wasedaigo sorry, didn't have the time to look into and the next days I'll be very busy. I'll try to take a look in the next evenings but I don't promise 😔 |
|
@wasedaigo it works great on android ❤️ Sorry for the delay. |
|
I found some issues related to this pull request.
|
|
@wasedaigo can you have a look at this ? |
…2039) * Fix for pointForCoordinate and coordinateForPoint * reject when an invalid OS was passed
I have tested on iOS. Yet not confirmed on Android. If anybody can confirm this works on Android, I think this PR is good to go.