BMFOpenPoiNearOption constructor

BMFOpenPoiNearOption(
  1. {@required BMFCoordinate location,
  2. int radius,
  3. String keyword,
  4. String appScheme,
  5. bool isSupportWeb: true}
)

BMFOpenPoiNearOption 构造方法

Implementation

BMFOpenPoiNearOption(
    {@required this.location,
    this.radius,
    this.keyword,
    this.appScheme,
    this.isSupportWeb = true});