TIMPoiInfo constructor

TIMPoiInfo({
  1. String? name,
  2. TIMCoordinate? pt,
  3. String? address,
  4. String? uid,
  5. String? province,
  6. String? city,
})

Constructor of TIMPoiInfo / TIMPoiInfo构造方法

Implementation

TIMPoiInfo({
  this.name,
  this.pt,
  this.address,
  this.uid,
  this.province,
  this.city,
});