June 12, 20178 yr @reiska You cannot make API calls like myPosition() before onStart() is called. It doesn't make any sense for that to be there anyway because you'll only get your position once. You should do it onLoop after you walk. You also have a pair of {} after your call to walk() that shouldn't be there. Edited June 12, 20178 yr by Explv
Create an account or sign in to comment