Street Location Description
data class StreetLocationDescription(var name: String? = null, var behind: StreetDescription.StreetPosition = StreetPosition(), var ahead: StreetDescription.StreetPosition = StreetPosition())
Constructors
Link copied to clipboard
constructor(name: String? = null, behind: StreetDescription.StreetPosition = StreetPosition(), ahead: StreetDescription.StreetPosition = StreetPosition())