bounds property
Future<BMFCoordinateBounds?>
get
bounds
返回overlay外接矩形 since 3.1.0
Implementation
Future<BMFCoordinateBounds?> get bounds async {
return null;
}
返回overlay外接矩形 since 3.1.0
Future<BMFCoordinateBounds?> get bounds async {
return null;
}