Hi,
I have placed marker lables with marker images for display vehicle positions on the map.But problem is that when vehicles are operlapping each other or very close to each other then we are not able to view all lables properly (because of operlapping).So we used following proprty for label.So in case of operlapping at a time we can show only one label.
markerLabelsOverlay.ZoomLevelSet.ZoomLevel01.DefaultTextStyle.OverlappingRule = LabelOverlappingRule.NoOverlapping;
Example of operlapping vehicles with lable.
But now I want to display labels for all vehicles,including overlapping vehicles also.So,Does Thinkgeo has "CallOuts" like following image? So when two vehicles are very close or overlap each other ,then lable can be moved away.so we can see all lable contents clearly.
I hope you understand both the case here.
Looking forward to your reply
Thanks