Hey, so I'm starting to work with the GPS but I do not want to use the database(db3), instead I wanted to give coordinates. I notice that GpsMove(string, double), which I do not understand the arguments required ( maybe to SQL Query to get points from database based on name or index? )
So what I'm looking is a Method to give directly the points.
is this possible and if so, it'll try to find a path or is similar to cometo() from AB API
thank you
So what I'm looking is a Method to give directly the points.
Code:
obj.GpsMoveTo(X,Y,Z);
is this possible and if so, it'll try to find a path or is similar to cometo() from AB API
thank you
Last edited: