您的位置:首页 > 其它

how to project an icon to any point on the map

2008-02-29 15:45 483 查看
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.

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐