TencentPoi constructor

const TencentPoi({
  1. String? name,
  2. String? address,
  3. String? catalog,
  4. double? distance,
  5. double? latitude,
  6. double? longitude,
  7. String? uid,
  8. String? direction,
})

Implementation

const TencentPoi({
  this.name,
  this.address,
  this.catalog,
  this.distance,
  this.latitude,
  this.longitude,
  this.uid,
  this.direction,
});