BMFOpenPoiNearOption constructor Null safety
- {required BMFCoordinate? location,
- int? radius,
- String? keyword,
- String? appScheme,
- bool? isSupportWeb = true}
BMFOpenPoiNearOption 构造方法
Implementation
BMFOpenPoiNearOption({
required this.location,
this.radius,
this.keyword,
this.appScheme,
this.isSupportWeb = true,
});