NominatimResponse constructor

NominatimResponse({
  1. int? placeId,
  2. String? licence,
  3. String? osmType,
  4. int? osmId,
  5. String? lat,
  6. String? lon,
  7. String? addressClass,
  8. String? category,
  9. String? type,
  10. int? placeRank,
  11. double? importance,
  12. String? addresstype,
  13. String? name,
  14. String? displayName,
  15. Map<String, dynamic>? address,
  16. Map<String, dynamic>? extraTags,
  17. Map<String, dynamic>? nameDetails,
  18. List<String>? boundingbox,
})

Implementation

NominatimResponse({
  this.placeId,
  this.licence,
  this.osmType,
  this.osmId,
  this.lat,
  this.lon,
  this.addressClass,
  this.category,
  this.type,
  this.placeRank,
  this.importance,
  this.addresstype,
  this.name,
  this.displayName,
  this.address,
  this.extraTags,
  this.nameDetails,
  this.boundingbox,
});