Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 736 Bytes

Location.md

File metadata and controls

17 lines (12 loc) · 736 Bytes

Location

Properties

Name Type Description Notes
id java.util.UUID
name kotlin.String
latitude kotlin.Double
longitude kotlin.Double
country Country
distance kotlin.Double it's distance in kilometers between an user (longitude and latitude from request object) and a location object [optional]
latencyRate kotlin.Double it's a rate from 0 to 1 which shows a connection quality. where 1 is good and 0 is bad [optional]
alternativeNames kotlin.collections.List<kotlin.String> [optional]