Route section representing passage through a country.
Used to identify which countries the route traverses, useful for:
Three-letter ISO 3166-1 alpha-3 country code.
Examples: 'USA', 'GBR', 'NLD', 'DEU', 'FRA'
ISO 3166-1 alpha-3 codes
const countrySection: CountrySectionProps = { id: 'country-section-1', startPointIndex: 0, endPointIndex: 150, countryCodeISO3: 'NLD', // Netherlands lengthInMeters: 25000}; Copy
const countrySection: CountrySectionProps = { id: 'country-section-1', startPointIndex: 0, endPointIndex: 150, countryCodeISO3: 'NLD', // Netherlands lengthInMeters: 25000};
Route section representing passage through a country.
Used to identify which countries the route traverses, useful for: