Share via


MapOptions.PreventIconCollisions Property

MapOptions.PreventIconCollisions Property

Specifies whether custom point-of-interest icons are displayed on the exact point-of-interest location, or rendered so that they do not overlap. A value of true ensures that icons do not overlap when the map is rendered. The default value is false.

Public PreventIconCollisions As Boolean

[C#]
public bool PreventIconCollisions;

Remarks

This property has no effect on how labels are rendered on the map. Labels may still overlap, even if you set this property to true.