Marker screen position (x,y) #1483
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
JaffaKetchup
Apr 10, 2023
Replies: 1 comment
-
Hi @Aboidrees, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JaffaKetchup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Aboidrees,
The
onTap
callback takes two arguments. The first is aTapPosition
which contains information about the position tapped on screen (x, y).Also,
latLngToScreenPoint
is a method accessible from theMapController
, which does the same thing.