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.

Constructors

Link copied to clipboard
constructor(id: String, latencyTestUrl: String, latitude: Float, longitude: Float, green: Int, yellow: Int, red: Int)

Properties

Link copied to clipboard
val green: Int
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val red: Int
Link copied to clipboard
val yellow: Int