Place Reference Dto
@Serializable
Created by Michael Ruppen on 07.06.2024
Either ref and stationName has to be set or position.
Constructors
Link copied to clipboard
constructor(ref: String? = null, pointOfInterestRef: String? = null, topographicPlaceRef: String? = null, stationName: NameDto? = null, position: GeoPositionDto? = null)