TGPSMatch

Top  Previous  Next

This record type is used for storing results for possible matches from function TSpatialSearch.NearestLink

 

TGPSMatch = record

 Loc: TLocation

 Distance: double

 DifBearing: double

 Reverse: boolean

 OneWayMisMatch: boolean

end;

 

Distance is in km. The smaller, the better

DifBearing is in degrees. The smaller, the better.

Reverse: True, if the record is for driving in the opposite direction of digitization.

OneWayMisMatch: True, if the road is oneway and it doesn't match the bearing.