CityElement
class CityElement(val id: Int, val pathId: Int, val startOffset: Distance, val endOffset: Distance, val name: String) : HorizonElement
Describes a city on the horizon element.
Important: This is a Public Preview API. It may be changed or removed at any time.