you can double check here, but it looks like you just call require("iTracker").setGPSOn(false, callback); to turn it off.
require("iTracker").setGPSOn(false, callback);
@yngv126399 started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
you can double check here, but it looks like you just call
require("iTracker").setGPSOn(false, callback);
to turn it off.