Get your own customer support community
 

markers not visible until map panned

attachMarker in MarkerClip don't show marker until map panned a little.
I guess this lines reason of such behavior (MarkerClip#updateClips):

if (center.equalTo(drawCoord)) {
dirty = false;
return;
}

is there workaround to avoid dragging map to show markers?

bug appears on rev:676
 
indifferent Excl_1
Inappropriate?
2 people have this problem

User_default_medium