WayLayerGenerator.FindTheWay

WayLayerGenerator.FindTheWay method

Find the way from start point to goal

public LineString FindTheWay(Point startPoint, Point goalPoint, double radius = 0m)
ParameterTypeDescription
startPointPointthe start Point
goalPointPointthe goa lPoint
radiusDoublethe radius to look for

Return Value

The Found Way.

See Also