Replies: 1 comment
-
Unfortunately, that feature is missing from the Maps JavaScript API. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am sharing screenshots as examples. Let's imagine that we have a map that covers the full screen as seen above. There is also an action sheet that opens when you click on the markers.
In the second image, it can be seen that the active area of the map has become smaller. In the marker, this appears to be centered in the active area.
I use the "react-native-maps" library on React Native. This library solves this active area need with mapPadding props. These props take the values top, left, right and bottom. In this way, the active area and related tearms links remain above. I think props like this can be added to the library. What do you think?
Beta Was this translation helpful? Give feedback.
All reactions