Place constructor
Place({})
Implementation
Place({
required this.placeId,
required this.osmType,
required this.osmId,
required this.boundingbox,
required this.position,
required this.displayName,
required this.category,
required this.type,
required this.address,
});