symbolAvoidEdges property
dynamic
symbolAvoidEdges
final
If true, the symbols will not cross tile edges to avoid mutual collisions. Recommended in layers that don't have enough padding in the vector tile to prevent collisions, or if it is a point symbol layer placed after a line symbol layer. When using a client that supports global collision detection, like VietMapGL JS, enabling this property is not needed to prevent clipped labels at tile boundaries.
Type: boolean default: false
Sdk Support: basic functionality with js, android, ios, macos
Implementation
final dynamic symbolAvoidEdges;