Click or drag to resize

RoutePointVisitInfo Constructor

Initializes a new instance of the RoutePointVisitInfo class.

Namespace: Resto.Front.Api.Data.Brd
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public RoutePointVisitInfo(
	PointVisitTime visitedAt,
	ExpectedVisitInterval expectedVisitInterval
)

Parameters

visitedAt  PointVisitTime
Information about the time of visiting the route point.
expectedVisitInterval  ExpectedVisitInterval
Time interval for the courier to visit the route point.
See Also