User Tools

Site Tools


api:dk11:delphi:gisshortestpath.tgis_shortestpath.heuristicthreshold

Table of Contents

TGIS_ShortestPath.HeuristicThreshold property

DK11 for Delphi | GisShortestPath.TGIS_ShortestPath.HeuristicThreshold | Constructors | Methods | Properties | Events | Events

Threshold of starting node seeking area. Treat it as "seeking circle" for better route at a staring node. It will allow to seek for better alternative paths at a starting location.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  property HeuristicThreshold : Double read write;
// C++ Builder
public:
  __property double HeuristicThreshold = {read, write};

Value

Type
Double

Remarks

Valid only for HeuristicCostMode = TGIS_HeuristicMode.Adaptive

2022/11/30 19:18

Page Tools