labelPosition property
LatLng
get
labelPosition
Get the coordinates of the label position (cached).
Implementation
LatLng get labelPosition =>
_labelPosition ??= _computeLabelPosition(labelPlacement, points);