City

fun City(    id: Int,     pathId: Int,     startOffset: Distance,     endOffset: Distance,     name: String)

Parameters

id

Identifier of this element.

pathId

Identifier of the path this element belongs to.

startOffset

Start offset on the path.

endOffset

End offset on the path.

name

City name.