labelPosition property
LatLng
get
labelPosition
Get the coordinates of the label position (cached).
Implementation
LatLng get labelPosition => _labelPosition ??= labelPlacementCalculator(this);
Get the coordinates of the label position (cached).
LatLng get labelPosition => _labelPosition ??= labelPlacementCalculator(this);