-
Notifications
You must be signed in to change notification settings - Fork 335
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
Sorry,Here i go again! #335
Comments
that change would break the code in that method in a number of ways - both I'm really not clear on the issue you're describing. Can you please provide STR (steps to reproduce) in one of the demos, and any other information you think would be helpful. Thanks. |
here is the video to shows what the situation,we can see the touch point which by my pinch zoom and tap,when i add this two lines here,and the problem occur never(yes!i add this code: |
Confirmed. Duplicate of #338. |
@parcool thanks for you patience and possible fix - this issue has been accepted and is being worked on. you referenced line 89 earlier, which in master is in the loop, so my comments in #335 (comment) might not have made sense |
you'll need to grab the latest thanks |
2.2.1 should fix your issue, re-open or post back if you're still having trouble thanks for the report |
When mapview(image) less than screen,in other words,when there is interspace between mapview and screen edge ,click the marker and the
callout
show incorrect position.do you think this is a way to fix it?
in
MarkerLayout.java
,add
y -= getTop(); x -= getLeft();
after line 89.The text was updated successfully, but these errors were encountered: