CameraTargetBounds constructor

const CameraTargetBounds(
  1. LatLngBounds? bounds
)

使用指定的边界框或空值创建摄影机目标边界

设置为null时代表不指定边界

Implementation

const CameraTargetBounds(this.bounds);