BMFMapPoi constructor

BMFMapPoi({
  1. String? text,
  2. BMFCoordinate? pt,
  3. String? uid,
})

BMFMapPoi构造方法

Implementation

BMFMapPoi({this.text, this.pt, this.uid});