Dear friends,
My name is Wederson, I'm brazilian. I have coordinates in degree, and i need to plot, draw a small circle, on map in position represents this coordinates. How to make this one?
Thanks.
This is a discussion on To plot coordinates in MapObjects within the MapPoint Desktop Discussion forums, part of the Map Forums category; Dear friends, My name is Wederson, I'm brazilian. I have coordinates in degree, and i need to plot, draw a ...
Dear friends,
My name is Wederson, I'm brazilian. I have coordinates in degree, and i need to plot, draw a small circle, on map in position represents this coordinates. How to make this one?
Thanks.
Here is a sample to try.
Code:Dim objmap As MapPointCtl.Map Set objmap = MappointControl1.ActiveMap Dim objShapes As MapPointCtl.Shapes Dim objshape As MapPointCtl.Shape Set objShapes = objmap.Shapes Set objshape = objShapes.AddShape(geoShapeRadius, objmap.GetLocation(39.1, -99.1, 100), 500, 500)
John
http://www.support-pc.com
Order MapPoint 2006 Here
https://secure.mp2kmag.com/?refer=support-PC
There are currently 1 users browsing this thread. (0 members and 1 guests)