OSMData constructor
const
OSMData({})
Implementation
const OSMData({
required this.placeId,
required this.displayName,
required this.lat,
required this.lon,
this.address,
this.boundingbox,
});
const OSMData({
required this.placeId,
required this.displayName,
required this.lat,
required this.lon,
this.address,
this.boundingbox,
});