Region

fun Region(id: Int, pathId: Int, startOffset: Distance, endOffset: Distance, country: String, subCountry: 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.

country

Country name. Empty string if no country is assigned to the part of the path.

subCountry

State/province/region name. Empty string if no sub-country is assigned to the part of the path.