WayOptions Class

Summary: Options to find a way on the map

Module: aspose.gis.geotools.wayanalyzer

Full Name: aspose.gis.geotools.wayanalyzer.WayOptions

Aspose.PSD Version: 25.9.0

Constructors

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

Properties

NameTypeAccessDescription
goal_pointPointr/wGoal point of the way
is_move_only_roadboolr/wFind the way only by road
is_scale_fixedboolrIs scale constant
radiusdoubler/wRadius for search
scaleintr/wScale of the map
start_pointPointr/wStart point of the way

Methods

NameDescription
clone()Clone object to one another.

Constructor: WayOptions(scale)

 WayOptions(scale) 

Create an instance using default options.

Parameters:

ParameterTypeDescription
scaleintthe scale constant

Method: clone()

 clone() 

Clone object to one another.

Returns

TypeDescription
WayOptionsClone object to one another WayOptions.