/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.geocoding/GoogleResultLocationAdapter

GoogleResultLocationAdapter

\ class GoogleResultLocationAdapter(location: Place.WithoutLocation, resultInterface: GCGoogleResultInterface) : GCGoogleResultInterface, ResultLocationAdapter<Place.WithoutLocation?>

Constructors

GoogleResultLocationAdapter constructor(location: Place.WithoutLocation, resultInterface: GCGoogleResultInterface)

Properties

Name Summary
address open override val address: String?
lat open override val lat: Double?
lng open override val lng: Double?
name open override val name: String

Functions

Name Summary
getPlace open override fun getPlace(): Place.WithoutLocation