Anonymous
07-09-2004, 03:18 AM
It is possible know the address passing in the location's X and Y values and without using ObjectsFromPoint function???
The code of the articles works fine but I don't need show the results in the map, I need list in a file the addresses of all the locations I have saved in a database.
Thanks in advance
Dazzer
07-09-2004, 05:34 AM
Modifying the code in the articles could you not loop through you records in your database and return and write the results back to the database
Anonymous
07-09-2004, 06:09 AM
Modifying the code in the articles could you not loop through you records in your database and return and write the results back to the database
I think it isn`t the solution because it still looks for then solution (lat/lon) in the map, and I need to know the street without using ObjectsFromPoint function. I can have stored around 500 coords. and if looks for in the map it spends a lot of time
Dazzer
07-09-2004, 06:27 AM
If you set Mappoints .Visible property to be false and the code is properly structured you may be surprised at how fast it actually is, I have written some similar code myself (although I dont have it avaliable at the moment so I cant give you the example) and it does a lot more than 500 coordinates (I think it was in the thousands) in less than 20 mins. Give it a try and see how slow it actually is.