position property

LatLng? position
final

The position where the Cluster is drawn is represented as LatLng.

If position is null, position information needs to be calculated through custom rules, such as getting the average latitude and longitude through markers

Implementation

final LatLng? position;