/tripkit/TripKitAndroidUIData/com.skedgo.tripkit.ui.data.places/Place
Place
sealed class Place
Inheritors
TripGoPOI |
WithoutLocation |
Types
Name | Summary |
---|---|
TripGoPOI | data class TripGoPOI(val location: Location, val icon: Drawable?) : Place |
WithoutLocation | data class WithoutLocation(val prediction: GooglePlacePrediction, val icon: Drawable?) : Place |
Functions
Name | Summary |
---|---|
icon | abstract fun icon(): Drawable? |
locationType | abstract fun locationType(): Int |
source | abstract fun source(): String? |