TerrainRouteOperator.WaypointsInput Property
Gets or sets an operator that gives a waypoint sequence in the form of a line feature.
Syntax
public Operator WaypointsInput { get; set; }
Property Value
Default: null
The operator that the waypoints, represented by a line feature, are read from.
Remarks
A waypoint sequence should have at least two points: the start and the goal. The operator will search for a route starting with start and ending with goal, and passing through any intermediate waypoints.
The WaypointsInput may give several line features, which means that several independent routes are requested.
Platforms
Windows, Linux, Android