Poi constructor
Poi({})
Implementation
Poi({
required super.identifier,
required super.name,
required this.buildingIdentifier,
required this.poiCategory,
required this.position,
required this.customFields,
});