bounds property Null safety
override
返回overlay外接矩形 since 3.1.0
Implementation
@override
Future<BMFCoordinateBounds?> get bounds async {
return await BMFMapDispatcherFactory.instance.overlayDispatcher
.getBounds(this);
}
返回overlay外接矩形 since 3.1.0
@override
Future<BMFCoordinateBounds?> get bounds async {
return await BMFMapDispatcherFactory.instance.overlayDispatcher
.getBounds(this);
}