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
