NominatimResponse constructor
NominatimResponse({
- int? placeId,
- String? licence,
- String? osmType,
- int? osmId,
- String? lat,
- String? lon,
- String? addressClass,
- String? category,
- String? type,
- int? placeRank,
- double? importance,
- String? addresstype,
- String? name,
- String? displayName,
- Map<
String, dynamic> ? address, - Map<
String, dynamic> ? extraTags, - Map<
String, dynamic> ? nameDetails, - List<
String> ? boundingbox,
Constructs a NominatimResponse instance.
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,
});