bounds property Null safety

Future<BMFCoordinateBounds?> bounds

返回overlay外接矩形 since 3.1.0

Implementation

Future<BMFCoordinateBounds?> get bounds async {
  return null;
}