View Single Post

  #12 (permalink)  
Old 09-09-2005
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,112
Hi,

The way I do this is following:

- first check if we are on a street of course
- then make a circle with radius of 5 meter, and start scanning the cirucmfence of the circle with a resolution of 5 meter.
- if no address found at >= 360 degree then increase radius of circle with 5 meter, and start scanning again on circumfence with 5 meter resolution
- this repeat until address is found or until a certain maximum

I try to post some code this eve if I dont forget it
Reply With Quote