tripkit-android / com.skedgo.geocoding / GCFoursquareResult

GCFoursquareResult

open class GCFoursquareResult :GCResult,GCFoursquareResultInterface

Represents the minimum information we need to calculate the score for a foursquare result.

Constructors

Name Summary
<init> GCFoursquareResult(name:String!, lat:Double, lng:Double, verified:Boolean, categories:MutableList<String!>)

Functions

Name Summary
getCategories open fun getCategories():MutableList<String!>
isVerified open fun isVerified():Boolean
setCategories open fun setCategories(categories:MutableList<String!>):Unit
setIsVerified open fun setIsVerified(verified:Boolean):Unit