/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.geocoding/SkedgoResultLocationAdapter
SkedgoResultLocationAdapter
\ class SkedgoResultLocationAdapter(location: Location, resultInterface: GCSkedGoResultInterface) : GCSkedGoResultInterface, ResultLocationAdapter<Place.TripGoPOI?>
Constructors
SkedgoResultLocationAdapter | constructor(location: Location, resultInterface: GCSkedGoResultInterface) |
Properties
Name | Summary |
---|---|
lat | open override val lat: Double? |
lng | open override val lng: Double? |
modeIdentifiers | open override val modeIdentifiers: List<String>? |
name | open override val name: String |
popularity | open override val popularity: Int |
resultClass | open override val resultClass: String |
Functions
Name | Summary |
---|---|
getPlace | open override fun getPlace(): Place.TripGoPOI |