tripkit-android / com.skedgo.geocoding.agregator / GCFoursquareResultInterface
GCFoursquareResultInterface
interface GCFoursquareResultInterface :
GCResultInterface
Functions
Name | Summary |
---|---|
getCategories | abstract fun getCategories(): MutableList < String !>! |
isVerified | abstract fun isVerified(): Boolean |
Inheritors
Name | Summary |
---|---|
FoursquareResultLocationAdapter | class FoursquareResultLocationAdapter : GCFoursquareResultInterface , ResultLocationAdapter <TripGoPOI!> |
GCFoursquareResult | Represents the minimum information we need to calculate the score for a foursquare result.open class GCFoursquareResult : GCResult , GCFoursquareResultInterface |