EdgeData
data class EdgeData(val id: String, val latencyTestUrl: String, val latitude: Float, val longitude: Float, val green: Int, val yellow: Int, val red: Int)
Represents the information about an Edge center in our network.
Parameters
id
The ID of the center.
latencyTestUrl
URL of the result for latency measurements.
latitude
The latitude of the server location.
longitude
The longitude of the server location.