i got struct in adding marker on real time by single tapping
See original GitHub issuehi i want to add marker on runtime while single tapping
but when i implement this code
double longitude = getTileView().getCoordinateTranslater().translateAndScaleAbsoluteToRelativeX(getTileView().getScrollX() + x, getTileView().getScale()); double latitude = getTileView().getCoordinateTranslater().translateAndScaleAbsoluteToRelativeY(getTileView().getScrollY() + y, getTileView().getScale());
its works fine but when i zoom image then tap its add marker on diffrent place
pleas help me out from this
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (2 by maintainers)
Top Results From Across the Web
Drag marker on on Single tap instead of LongClick
What I want is the user only has to tap a marker and start dragging instead of hold the marker for 1 2...
Read more >What is EFT Tapping, and Can It Calm the ADHD Brain?
EFT tapping is a technique that aims to decrease stress and improve wellbeing. See how it can help with ADHD symptoms here.
Read more >Logic Remote release notes - Apple Support (TJ)
It is now possible to delete a track from the Live Loops grid in Logic Remote. ... is hidden while playing and a...
Read more >10 ForeFlight Map Features You Might Not Know About
Instead of being stuck with unrealistic ETE estimates for the rest of the flight, tap the next leg in the route (the one...
Read more >Sank Marker Pen for Highlight-Double Line Markers ... - Amazon.com
【Information】 · The single double line outline pen is 13. 7 cm. It made by plastic and refill ; Usage. The first time...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi i resolved by doing this .Hotspot was giving me wrong position
Have you correctly implemented the
onMesure
method of your marker? See this link for explanation