center property

LatLng center

the center point of the circle.

Implementation

LatLng get center=>_center;
void center=(LatLng value)

Implementation

set center(LatLng value){
  _center=value;
  _sendData('setCircleCenter', {'center':value.toMap()});
}