DK11 for Delphi | GisShortestPath.TGIS_ShortestPath.StopPos | Constructors | Methods | Properties | Events
Set a stop position for the shortest path and run shortest path.
// Delphi public procedure StopPos( const _ptg : TGIS_Point; const _prec : Double );
// C++ Builder public: void StopPos( TGIS_Point* const _ptg, const double _prec );
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point | start position |
_prec | Double | precision of localization |