GeocoderFeatureProperty constructor

GeocoderFeatureProperty({
  1. GeocoderFeaturePropertyAccuracy? accuracy = GeocoderFeaturePropertyAccuracy.POINT,
  2. String? address,
  3. String? category,
  4. String? maki,
  5. bool? landmark,
  6. String? wikidata,
  7. String? shortCode,
  8. String? tel,
})

Implementation

GeocoderFeatureProperty({
  this.accuracy = GeocoderFeaturePropertyAccuracy.POINT,
  this.address,
  this.category,
  this.maki,
  this.landmark,
  this.wikidata,
  this.shortCode,
  this.tel,
});