---
metadata:
  - name: generator
    content: Diplodoc Platform v5.39.1
alternate:
  - https://yandex.com.tr/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IMultiRouteReferencePoint.md
  - https://yandex.com.tr/dev/jsapi-v2-1/doc/ru/v2-1/ref/reference/IMultiRouteReferencePoint.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com.tr/dev/jsapi-v2-1/doc/en/llms.txt

# IMultiRouteReferencePoint

Interface of the object that describes the format of a multiroute reference point.

[Constructor](#constructor-summary)

## Constructor {#constructor-summary}

```javascript
IMultiRouteReferencePoint()
```

Each reference point of a multiroute can be set using one of the following ways: 
- A string containing the postal address of the reference point.
- An array containing the latitude and longitude of the reference point.
- A geometry.Point geometry describing the reference point.
Reference points on a multiroute can be either waypoints or throughpoints. A waypoint signifies a stop, and waypoints divide the route into so-called paths. A throughpoint is not a stop. Thus, when passing via a throughpoint, the segment of the route path won't break.