Hello guys, could any1 help or share any usefull info about adding waypoints on gps system in runtime?
i found only gps.LoadDataBase(Byte[]) but how correctly add array of points?
Hi! gps.LoadDataBase (Byte []) loads the database file from the stream. For example the database is stored in the resource assembly. In order to add points in real time and use them, you need to implement your system movement. =)