tripkit-android / com.skedgo.geocoding / GCResult

GCResult

open class GCResult :GCResultInterface

Constructors

Name Summary
<init> GCResult(name:String, lat:Double!, lng:Double!)
GCResult()

Functions

Name Summary
getLat open fun getLat():Double!
getLng open fun getLng():Double!
getName open fun getName():String
setLat open fun setLat(lat:Double!):Unit
setLng open fun setLng(lng:Double!):Unit
setName open fun setName(name:String):Unit

Inheritors

Name Summary
GCAppResult Represents the the minimum information we need to calculate the score for a result obtained from the information stored in the app by the user.open class GCAppResult :GCResult,GCAppResultInterface
GCFoursquareResult Represents the minimum information we need to calculate the score for a foursquare result.open class GCFoursquareResult :GCResult,GCFoursquareResultInterface
GCGoogleResult open class GCGoogleResult :GCResult,GCGoogleResultInterface
GCSkedgoResult open class GCSkedgoResult :GCResult,GCSkedGoResultInterface