tripkit-android / com.skedgo.geocoding / ScoringResult
ScoringResult
open class ScoringResult<T :
GCResultInterface
!> :
MGAResultInterface
<T>
scored single result - without duplicates
Constructors
Name | Summary |
---|---|
<init> | ScoringResult(providerResult: T) |
Functions
Name | Summary |
---|---|
equals | open fun equals(element: MGAResultInterface <T>!): Boolean |
getAddressScore | open fun getAddressScore(): Int |
getClassRepresentative | open fun getClassRepresentative(): MGAResultInterface <T>! |
getDistanceScore | open fun getDistanceScore(): Int |
getDuplicates | open fun getDuplicates(): MutableList < MGAResultInterface <T>!>! |
getNameScore | open fun getNameScore(): Int |
getPopularityScore | open fun getPopularityScore(): Int |
getResult | open fun getResult(): T |
getScore | open fun getScore(): Int |
setAddressScore | open fun setAddressScore(addressScore: Int ): Unit |
setDistanceScore | open fun setDistanceScore(distanceScore: Int ): Unit |
setNameScore | open fun setNameScore(nameScore: Int ): Unit |
setPopularityScore | open fun setPopularityScore(popularityScore: Int ): Unit |
setScore | open fun setScore(score: Int ): Unit |