how to project an icon to any point on the map

来源:互联网 发布:mac office 汉化补丁 编辑:程序博客网 时间:2024/05/26 22:56
how to project an icon to any point on the map 
Tags: Project Management Forum, General Topics

caesaris
Mar 27 2007 at 7:33 PM
How to read the gps at serial port and find out world coordinate (x,y)
How to project the point on the map using any icon on the map in image box taken the x,y point from gps
Friends I want to use my gps with my laptop to see my path
can any one help me
please I need it badly

codekaizen
Coordinator
Mar 28 2007 at 5:37 AM
The only thing I know of which is close is the GPX file reader provider extension. You can find it here: http://www.codeplex.com/SharpMap/Wiki/View.aspx?title=GPX%20Provider&referringTitle=Extensions.

CodeProject has a nice article about using GPS with .Net: http://www.codeproject.com/vb/net/WritingGPSApplications1.asp.

Looks like you'll have to come up with the serial port reading code yourself, though. With the .Net 2.0 System.IO.Ports.SerialPort class, this should be almost trivial.