Place Dto
constructor(stopPoint: StopPointDto? = null, stopPlace: StopPlaceDto? = null, topographicPlace: TopographicPlaceDto? = null, pointOfInterest: PointOfInterestDto? = null, address: AddressDto? = null, name: NameDto? = null, position: GeoPositionDto? = null, mode: List<ModeDto>? = emptyList())