setIconAnchor abstract method

void setIconAnchor(
  1. Point<double> iconAnchor
)

Icon anchor, (0, 0) is top left and (1.0, 1.0) is bottom right.

Implementation

void setIconAnchor(math.Point<core.double> iconAnchor);