Geo constructor
Geo({})
Implementation
Geo({
required this.placeId,
required this.licence,
required this.osmType,
required this.osmId,
required this.lat,
required this.lon,
required this.displayName,
required this.boundingBox,
});