BMFOpenPanoramaOption constructor

BMFOpenPanoramaOption(
  1. {@required String poiUid,
  2. String appScheme,
  3. bool isSupportWeb: true}
)

BMFOpenPanoramaOption构造方法

Implementation

BMFOpenPanoramaOption(
    {@required this.poiUid, this.appScheme, this.isSupportWeb = true});