IMultiRouteReferencePoint

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

Constructor

Constructor

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.