tripkit-android / com.skedgo.geocoding / GroupScoringResult
GroupScoringResult
open class GroupScoringResult<T :
GCResultInterface
!> :
MGAResultInterface
<T>
scored result with duplicates
Constructors
Name | Summary |
---|---|
<init> | GroupScoringResult() |
Functions
Name | Summary |
---|---|
addDuplicate | open fun addDuplicate(scoringResult: ScoringResult <T>!): Unit |
addDuplicates | open fun addDuplicates(scoringResults: MutableList < MGAResultInterface <T>!>!): Unit |
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 |
getScoringResult | open fun getScoringResult(): ScoringResult <T>! |