GeoCodingResponse constructor
GeoCodingResponse({})
Implementation
GeoCodingResponse({
required this.placeId,
required this.lat,
required this.lng,
required this.displayName,
required this.name,
required this.placeRank,
required this.category,
required this.type,
required this.importance,
required this.osmType,
required this.osmId,
});