Place Dto
@Serializable
Created by Michael Ruppen on 08.04.2024
Serializable and Parcelize annotation is both needed for compose navigation with custom types
Constructors
Link copied to clipboard
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())