Class WayOptions

WayOptions class

Options to find a way on the map

public class WayOptions

Constructors

NameDescription
WayOptions(int)Create an instance using default options.

Properties

NameDescription
GoalPoint { get; set; }Goal point of the way
IsMoveOnlyRoad { get; set; }Find the way only by road
IsScaleFixed { get; }Is scale constant
Radius { get; set; }Radius for search
Scale { get; set; }Scale of the map
StartPoint { get; set; }Start point of the way

Methods

NameDescription
Clone()Clone object to one another.

See Also