Skip to main content

Distance Rating

A Distance Rating represents how close a location is to the user's real location.

NameTypeDescription
detailsDistanceResultContains details about the distance Rating

distance_km : Physical distance in km

same_country: true if the location is identical with the user location
ratingDistanceRatingCategoryDistance Rating for that location
/// 0 - 250 km
VeryClose = 5,
/// 251-750
Close = 4,
/// 751 - 2000
Medium = 3,
/// 20001-5000
Far = 2,
/// >5000
VeryFar = 1,

Unknown = 0,