garon5
12-25-2006, 09:07 AM
I read code that queries a circle of given radious for all points inside. I want to calculate and print to a file directions to all such points from the center.
Will directions and maps keep getting added within the program, or do I have to write it to a file? I want to email the file - should I print it to a pdf if it is originally a mappoint file with maps?
When I tried doing two routes manually, the first simply got cleared, along with its directions and map. I want them to appear one after another. I figure I should get this done with two sets of directioins manually before writing any code.
thanks for the help, Gary
Will directions and maps keep getting added within the program, or do I have to write it to a file? I want to email the file - should I print it to a pdf if it is originally a mappoint file with maps?
When I tried doing two routes manually, the first simply got cleared, along with its directions and map. I want them to appear one after another. I figure I should get this done with two sets of directioins manually before writing any code.
thanks for the help, Gary