-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MapPolygon should support polygon hole #791
Comments
I've taken a stab at adding support for polygon holes for Google Maps on iOS. The changes below seem to work.
|
Forgot this one in Components/MapPolygon.js:
|
See pull request #801 (iOS only). |
Closed
Is this feature going to be available for Android as well? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apple Maps MkPolygon has support for interiorPolygons:
https://developer.apple.com/reference/mapkit/mkpolygon
Google Maps has support for polygon hole with an array of arrays in paths in google.maps.Polygon:
https://developers.google.com/maps/documentation/javascript/examples/polygon-hole
How can I get support for these in react-native-maps? Thank you
The text was updated successfully, but these errors were encountered: