Destination
@CarProtocol
class Destination
A class representing information related to a destination.
Summary
Nested types |
|---|
class Destination.BuilderA builder of |
Public functions |
|
|---|---|
Boolean |
|
CarText? |
Returns the address of the destination or |
CarIcon? |
getImage()Returns an image to display with the destination or |
CarText? |
getName()Returns the name of the destination or |
Int |
hashCode() |
String |
toString() |
Public functions
getAddress
Added in 1.0.0
fun getAddress(): CarText?
Returns the address of the destination or null if not set.
| See also | |
|---|---|
setAddress |
getImage
Added in 1.0.0
fun getImage(): CarIcon?
Returns an image to display with the destination or null if not set.
| See also | |
|---|---|
setImage |