You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.