tripkit-android / com.skedgo.geocoding.agregator / MGAResultInterface
MGAResultInterface
interface MGAResultInterface<T :
GCResultInterface
!> :
Serializable
this class represents a scored result, it could be single or have duplicates
Functions
Name | Summary |
---|---|
getAddressScore | abstract fun getAddressScore(): Int |
getClassRepresentative | abstract fun getClassRepresentative(): MGAResultInterface <T>! |
getDistanceScore | abstract fun getDistanceScore(): Int |
getDuplicates | abstract fun getDuplicates(): MutableList < MGAResultInterface <T>!>! |
getNameScore | abstract fun getNameScore(): Int |
getPopularityScore | abstract fun getPopularityScore(): Int |
getResult | abstract fun getResult(): T |
getScore | abstract fun getScore(): Int |
Inheritors
Name | Summary |
---|---|
GroupScoringResult | scored result with duplicatesopen class GroupScoringResult<T : GCResultInterface !> : MGAResultInterface <T> |
ScoringResult | scored single result - without duplicatesopen class ScoringResult<T : GCResultInterface !> : MGAResultInterface <T> |