From my VFP program, I want to call a mapping service and allow the user to choose either 4 (or more) points of a polygon, or draw a radius from a center point, to define an area based on latitude and longitude. I need the boundaries of the selected area passed back to my program, which will...