AMapTip constructor

AMapTip({
  1. String? id,
  2. String? name,
  3. String? adCode,
  4. String? address,
  5. String? typeCode,
  6. LatLng? latLng,
  7. String? district,
})

Implementation

AMapTip({
  this.id,
  this.name,
  this.adCode,
  this.address,
  this.typeCode,
  this.latLng,
  this.district,
});