bounds property Null safety

Future<BMFCoordinateBounds?> bounds
override

返回overlay外接矩形 since 3.1.0

Implementation

@override
Future<BMFCoordinateBounds?> get bounds async {
  return await BMFMapDispatcherFactory.instance.overlayDispatcher
      .getBounds(this);
}