center property

LatLng center

Getter for the map center, respects a potential overridden map center when loading tiles.

Implementation

LatLng get center => loadCenterOverride ?? mapEvent.camera.center;