labelPosition property

LatLng labelPosition

Get the coordinates of the label position (cached).

Implementation

LatLng get labelPosition =>
    _labelPosition ??= _computeLabelPosition(labelPlacement, points);