Closed PeterQi1117 closed 2 years ago
Labels can be made to appear above the marker if LabelInfo.drawPriority > MarkerInfo.drawPriority + 1,000,000. A difference of 500k does not produce the same effect.
LabelInfo.drawPriority
MarkerInfo.drawPriority
On commit 36118a27fcdff20261c8653a79d680f303161bb5
All drawPriority values can be intermingled. We try to offset them by 1M by default, but you can also turn that off in the BaseController.
Labels can be made to appear above the marker if
LabelInfo.drawPriority
>MarkerInfo.drawPriority
+ 1,000,000. A difference of 500k does not produce the same effect.On commit 36118a27fcdff20261c8653a79d680f303161bb5