private void satellite(GpsDevice gps) { Invoke(updateSatHandler); }
private void location(GpsDevice gps) { Invoke(updatePosHandler); }