Sidalol
Member
- Joined
- Jul 1, 2010
- Messages
- 987
- Reaction score
- 15
Hi, I'm able to load a database of coordinates correctly, but how do I instruct gps to move to them? If I create a point manually I can use gps.GpsMove("Point") but how do I move to points from .db3 file?
Code:
gps = new Gps(this);
gps.LoadDataBase(Application.StartupPath + "tmp.db3");
// How to actually move along this path now?