# Waytype value types

**URL:** https://ask.openrouteservice.org/t/waytype-value-types/1431
**Category:** openrouteservice
**Created:** [March 6, 2020, 11:32am UTC](https://ask.openrouteservice.org/t/waytype-value-types/1431 "2020-03-06T11:32:51Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![amandus](https://ask.openrouteservice.org/user_avatar/ask.openrouteservice.org/amandus/32/669_2.png) [@amandus](https://ask.openrouteservice.org/u/amandus)
#### Post date: [March 6, 2020, 2:26pm UTC](https://ask.openrouteservice.org/t/waytype-value-types/1431/4 "2020-03-06T14:26:23Z")

</div>

hmm normally this should be documented in the responses tab of the interactive documentation. I will have to fix that.

this i the documentation for the values array of any requested extra information:  
`A list of values representing a section of the route. The individual values are: Value 1: Indice of the staring point of the geometry for this section, Value 2: Indice of the end point of the geoemetry for this sections, Value 3: [Value](https://github.com/GIScience/openrouteservice-docs#routing-response) assigned to this section.`  
So these represent segments of the route that have the value you can derive from the tables at the ors-docs readme.  
`waytypes: {'values':[[startPointFirstSegment, endPointFirstSegment, waytype value],[startPointSecondSegment ...`

You will have to decode the geometry to extract the exact points or use the geojson endpoint.

best regards

---

_[View the full topic](https://ask.openrouteservice.org/t/waytype-value-types/1431)._
