labelPosition property

LatLng get labelPosition

Get the coordinates of the label position (cached).

Implementation

LatLng get labelPosition => _labelPosition ??= labelPlacementCalculator(this);