/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.geocoding/AppResultLocationAdapter
AppResultLocationAdapter
\ class AppResultLocationAdapter(location: Location, resultInterface: GCAppResultInterface) : ResultLocationAdapter<Place.TripGoPOI?> , GCAppResultInterface
Constructors
| AppResultLocationAdapter | constructor(location: Location, resultInterface: GCAppResultInterface) |
Properties
| Name | Summary |
|---|---|
| appResultSource | open override val appResultSource: GCAppResultInterface.Source |
| isFavourite | open override val isFavourite: Boolean |
| lat | open override val lat: Double? |
| lng | open override val lng: Double? |
| name | open override val name: String |
| subtitle | open override val subtitle: String |
Functions
| Name | Summary |
|---|---|
| getPlace | open override fun getPlace(): Place.TripGoPOI |