PlaceDto

constructor(@Element(name = "StopPoint") stopPoint: StopPointDto? = null, @Element(name = "StopPlace") stopPlace: StopPlaceDto? = null, @Element(name = "TopographicPlace") topographicPlace: TopographicPlaceDto? = null, @Element(name = "PointOfInterest") pointOfInterest: PointOfInterestDto? = null, @Element(name = "Address") address: AddressDto? = null, @Element(name = "Name") name: NameDto? = null, @Element(name = "GeoPosition") position: GeoPositionDto? = null, @Element(name = "Mode") mode: List<ModeDto>? = emptyList())